diff --git a/taxonium_website/vercel.json b/taxonium_website/vercel.json index 43d346d7..8f846cfc 100644 --- a/taxonium_website/vercel.json +++ b/taxonium_website/vercel.json @@ -1,8 +1,8 @@ { - "routes": [ - { - "src": "/(.*)", - "dest": "/" - } - ] - } \ No newline at end of file + "routes": [ + { + "src": "/(.*)", + "dest": "/" + } + ] +}