rewrite path

This commit is contained in:
SaraJane
2026-01-20 13:16:20 +00:00
parent 15c005144b
commit 11286a61c2

View File

@ -1,3 +1,3 @@
{ {
"rewrites": [{ "source": "/(.*)", "destination": "/api" }] "rewrites": [{ "source": "/(.*)", "destination": "/api/index" }]
} }