From b47f0d214dadfc51989c47e8cfbb71c37c43b622 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:05:55 +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 9e21b0ec..0133b9eb 100644 --- a/taxonium_website/vercel.json +++ b/taxonium_website/vercel.json @@ -1,8 +1,8 @@ { - "routes": [ - { - "src": "/(.*)", - "dest": "/index.html" - } - ] - } \ No newline at end of file + "routes": [ + { + "src": "/(.*)", + "dest": "/index.html" + } + ] +}