Skip to content

Commit 0bb5c43

Browse files
authored
fix(site): missing 404 (#7772)
1 parent 52a04ba commit 0bb5c43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/site/vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
{ "source": "/playground", "destination": "/", "permanent": true },
2020
{ "source": "/pricing/bring-your-own-database", "destination": "/pricing", "permanent": true },
2121
{ "source": "/react-server-components", "destination": "/", "permanent": true },
22-
{ "source": "/serverless", "destination": "/", "permanent": true }
22+
{ "source": "/serverless", "destination": "/", "permanent": true },
23+
{ "source": "/optimize", "destination": "/", "permanent": true }
2324
]
2425
}

0 commit comments

Comments
 (0)