Skip to content

Commit 5e1b13b

Browse files
authored
chore(docs): add redirect for functions local-quickstart URL (supabase#37304)
1 parent 8c0a948 commit 5e1b13b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/www/lib/redirects.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,6 +1540,11 @@ module.exports = [
15401540
source: '/docs/guides/functions/best-practices',
15411541
destination: '/docs/guides/functions/quickstart',
15421542
},
1543+
{
1544+
permanent: true,
1545+
source: '/docs/guides/functions/local-quickstart',
1546+
destination: '/docs/guides/functions/quickstart',
1547+
},
15431548
{
15441549
permanent: true,
15451550
source: '/projects',

0 commit comments

Comments
 (0)