diff --git a/vercel.json b/vercel.json index 4b0aca6..8be432e 100644 --- a/vercel.json +++ b/vercel.json @@ -22,6 +22,8 @@ ] } ], - "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }] + "rewrites": [ + { "source": "/work", "destination": "/work.html" } + ] } \ No newline at end of file