From 31747b08a744fce25790aa75b374d039845ebd32 Mon Sep 17 00:00:00 2001 From: kbariotis Date: Sun, 14 Feb 2021 17:49:37 +0200 Subject: [PATCH] refine routes --- vercel.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vercel.json b/vercel.json index 1f321b0d5..3513a6ff0 100644 --- a/vercel.json +++ b/vercel.json @@ -2,6 +2,7 @@ "routes": [ { "src": "/", + "dest": "/", "headers": { "Access-Control-Allow-Origin": "*", "X-Content-Type-Options": "nosniff", @@ -11,6 +12,7 @@ }, { "src": "/#json=.*", + "dest": "/", "headers": { "Access-Control-Allow-Origin": "*", "X-Content-Type-Options": "nosniff",