From a020b75a5811ada39a60d0af6d3dfe965c84d58a Mon Sep 17 00:00:00 2001 From: David Luzar <5153846+dwelle@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:07:28 +0100 Subject: [PATCH] Update vercel.json --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } ]