Force 404 on static folder when a file is not found (#1165)
This commit is contained in:
6
infra/prod/front/serve.json
Normal file
6
infra/prod/front/serve.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{ "source": "!static/**", "destination": "/index.html" }
|
||||
],
|
||||
"directoryListing": false
|
||||
}
|
||||
Reference in New Issue
Block a user