From 29a5d84d64b4dd84f2a80bde136df7011bc11acd Mon Sep 17 00:00:00 2001 From: Milos Vetesnik Date: Fri, 20 Sep 2024 14:05:37 +0200 Subject: [PATCH] feat: redirect to our new LP for virgil --- vercel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..f7ca4a3 --- /dev/null +++ b/vercel.json @@ -0,0 +1,9 @@ +{ + "redirects": [ + { + "source": "/(.*)", + "destination": "https://plus.excalidraw.com/virgil", + "permanent": true + } + ] +} \ No newline at end of file