From 448846f299dc935aafa9644b429123083081988b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20B=C4=85czkowski?= Date: Fri, 27 Feb 2026 11:04:24 +0100 Subject: [PATCH] fix: add vercel.json for Vercel SPA rewrites --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..898773e --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "rewrites": [{ "source": "/(.*)", "destination": "/" }] +} \ No newline at end of file