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