fix: dont rewrite static assets to index

should fix resources not giving 404 errors
This commit is contained in:
Miodec 2024-02-23 19:43:33 +01:00
parent 6db321c8fc
commit a1ba4a9652

View file

@ -20,7 +20,11 @@
"destination": "/adtest.html"
},
{
"source": "**",
"source": "/test",
"destination": "/index.html"
},
{
"source": "!/@(js|about|challenges|css|fonts|funbox|images|languages|layouts|quotes|sound|themes|webfonts)/**",
"destination": "/index.html"
}
],