diff --git a/vercel.json b/vercel.json index 0cefaa2c..d6e476d7 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,16 @@ { + "cleanUrls": true, "redirects": [ + { + "source": "/", + "destination": "https://plus.excalidraw.com/blog", + "permanent": true + }, + { + "source": "/(.*)/", + "destination": "https://plus.excalidraw.com/blog/$1", + "permanent": true + }, { "source": "/(.*)", "destination": "https://plus.excalidraw.com/blog/$1",