Use redirects instead of rewrites

This commit is contained in:
Hazem Krimi
2023-05-06 19:00:11 +01:00
parent 40b939adf0
commit 3d933191c6
+1 -1
View File
@@ -1,3 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
"redirects": [{ "source": "/(.*)", "destination": "/" }]
}