From c2eb2b9b1bfc25ebc9bc2a5b190e0994b29ac29b Mon Sep 17 00:00:00 2001 From: Milos Vetesnik Date: Wed, 6 Nov 2024 16:27:04 +0100 Subject: [PATCH] feat: redirect to new blog --- vercel.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index f464914d..58c55623 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,9 @@ { "redirects": [ - { "source": "/browser-nativefs", "destination": "/browser-fs-access/" }, - { "source": "/browser-nativefs/", "destination": "/browser-fs-access/" } + { + "source": "/(.*)", + "destination": "https://plus.excalidraw.com/blog", + "permanent": true + } ] -} +} \ No newline at end of file