From 396638323ba52f13f3dc62924229c9e77fb6576a Mon Sep 17 00:00:00 2001 From: Rodribm10 Date: Tue, 21 Apr 2026 16:59:12 -0300 Subject: [PATCH] chore: vercel SPA rewrites pra rotas client-side (/roleta, /admin) Co-Authored-By: Claude Opus 4.7 (1M context) --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..0d199b2 --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "rewrites": [ + { "source": "/(.*)", "destination": "/index.html" } + ] +}