We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a04ba commit 0bb5c43Copy full SHA for 0bb5c43
1 file changed
apps/site/vercel.json
@@ -19,6 +19,7 @@
19
{ "source": "/playground", "destination": "/", "permanent": true },
20
{ "source": "/pricing/bring-your-own-database", "destination": "/pricing", "permanent": true },
21
{ "source": "/react-server-components", "destination": "/", "permanent": true },
22
- { "source": "/serverless", "destination": "/", "permanent": true }
+ { "source": "/serverless", "destination": "/", "permanent": true },
23
+ { "source": "/optimize", "destination": "/", "permanent": true }
24
]
25
}
0 commit comments