From 9acf6481d01cf95fb599eb86e7252e2e14490628 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 14:13:09 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- taxonium_website/vercel.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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": "/" + } + ] +}