mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-11 09:06:36 +08:00
fix: dont rewrite static assets to index
should fix resources not giving 404 errors
This commit is contained in:
parent
6db321c8fc
commit
a1ba4a9652
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue