Skip to content

Commit

Permalink
update description on the meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Dec 5, 2023
1 parent c4c3825 commit 40d3663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';

export const meta = {
title: 'Migrate from v5 to v6',
description: '',
description: 'Learn more about the migration steps to upgrade to v6',
platforms: [
'javascript',
'react-native',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';

export const meta = {
title: 'Migrate from v5 to v6',
description: '',
description: 'Learn more about the migration steps to upgrade to v6',
platforms: ['javascript', 'react-native', 'angular', 'nextjs', 'react', 'vue']
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath';

export const meta = {
title: 'Migrate from v5 to v6',
description: '',
description: 'Learn more about the migration steps to upgrade to v6',
platforms: ['react-native']
};

Expand Down

0 comments on commit 40d3663

Please sign in to comment.