Change rewrites rule

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