From 79ff5d8dd4b5de7b30aab3e495bf36b21b81a86d Mon Sep 17 00:00:00 2001 From: audrzejq <31422031+audrzejq@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:40:45 +0100 Subject: [PATCH] Update vercel.json --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 3f7b803e8..5b4c1d2d8 100644 --- a/vercel.json +++ b/vercel.json @@ -37,6 +37,10 @@ { "source": "/logos/:path*", "destination": "/logos/default.svg" + }, + { + "source": "/(.*)", + "destination": "/_index.html" } ] } \ No newline at end of file