Skip to content

Commit

Permalink
chore: fix function links flutter v1 gen 1
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed May 7, 2024
1 parent ecf201e commit 0dd2ee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/directory/directory.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2452,13 +2452,13 @@ export const directory = {
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/secrets/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/functions/build-options/index.mdx'
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/build-options/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/functions/configure-options/index.mdx'
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/configure-options/index.mdx'
},
{
path: 'src/pages/gen1/[platform]/build-a-backend/functions/graphql-from-lambda/index.mdx'
path: 'src/pages/gen1/[platform]/prev/build-a-backend/functions/graphql-from-lambda/index.mdx'
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const meta = {
platforms: [
'flutter',
],
route: '/[platform]/build-a-backend/functions',
route: '/gen1/[platform]/prev/build-a-backend/functions',
canonicalObjects: [
{
platforms: [
Expand Down

0 comments on commit 0dd2ee0

Please sign in to comment.