From d87ced1711edc3fdfb489a9b2c32f38e95515814 Mon Sep 17 00:00:00 2001 From: kbariotis Date: Sun, 14 Feb 2021 17:25:27 +0200 Subject: [PATCH] separate routes --- vercel.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index a5d0e9f5e..4f0b98c46 100644 --- a/vercel.json +++ b/vercel.json @@ -3,7 +3,10 @@ { "src": "/(.+)", "dest": "/", - "status": 301, + "status": 301 + }, + { + "src": "/", "headers": { "Access-Control-Allow-Origin": "*", "X-Content-Type-Options": "nosniff",