mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-23 02:21:16 -04:00
enable 404 error
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"hosting": {
|
||||
"public": "public",
|
||||
"rewrites": [ {
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}],
|
||||
"headers": [
|
||||
{
|
||||
"source": "**/*",
|
||||
@@ -51,6 +47,13 @@
|
||||
"key" : "Cache-Control",
|
||||
"value" : "max-age=86400"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"source" : "404.html",
|
||||
"headers" : [{
|
||||
"key" : "Cache-Control",
|
||||
"value" : "max-age=300"
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user