try rewrite with 'api'

This commit is contained in:
martin-mfg
2025-06-25 21:09:30 +00:00
parent 6311c1af6a
commit c70abd6c7d
+2 -2
View File
@@ -5,8 +5,8 @@
],
"redirects": [
{
"source": "/:match*",
"destination": "/isr/:match*"
"source": "/api:match*",
"destination": "/isr/api:match*"
}
]
}