From 94e359eb2af72e84c41abea733f73f577e9f485b Mon Sep 17 00:00:00 2001 From: dwelle <5153846+dwelle@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:21:44 +0100 Subject: [PATCH] third try is the charm --- vercel.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/vercel.json b/vercel.json index c513e3a0..26776a04 100644 --- a/vercel.json +++ b/vercel.json @@ -1,14 +1,10 @@ { "redirects": [ { - "source": "/(.*)\/?", + "source": "/(.*)", "destination": "https://plus.excalidraw.com/blog/$1", - "permanent": true - }, - { - "source": "/", - "destination": "https://plus.excalidraw.com/blog", - "permanent": true + "permanent": true, + "cleanUrls": true } ] }