diff --git a/docs/vercel.json b/docs/vercel.json index d1aa4cc7a8..5b08681bdc 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -1,8 +1,9 @@ { + "cleanUrls": true, "rewrites": [ { "source": "/docs/:match*", "destination": "/:match*" } ], "redirects": [ { "source": "/", "destination": "/docs" } ] -} \ No newline at end of file +}