From e86ae51c927374f0207fde1ecd504f29cbd7b125 Mon Sep 17 00:00:00 2001 From: kbariotis Date: Sun, 14 Feb 2021 17:34:41 +0200 Subject: [PATCH] test handle filesystem --- vercel.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/vercel.json b/vercel.json index 4f0b98c46..85a6e7271 100644 --- a/vercel.json +++ b/vercel.json @@ -1,10 +1,5 @@ { "routes": [ - { - "src": "/(.+)", - "dest": "/", - "status": 301 - }, { "src": "/", "headers": { @@ -13,6 +8,14 @@ "Feature-Policy": "*", "Referrer-Policy": "origin" } + }, + { + "handle": "filesystem" + }, + { + "src": "/(.+)", + "dest": "/", + "status": 301 } ] }