Skip to content

Commit

Permalink
chore: update platforms list
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Dec 4, 2023
1 parent 9ab5c98 commit 830aedd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ export const meta = {
platforms: [
'javascript',
'react-native',
'swift',
'android',
'flutter',
'angular',
'nextjs',
'react',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
export const meta = {
title: 'Migrate from v5 to v6',
description: '',
platforms: ['react-native', 'flutter', 'swift', 'android']
platforms: ['react-native']
};

export const getStaticPaths = async () => {
Expand Down

0 comments on commit 830aedd

Please sign in to comment.