mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-23 02:41:19 -04:00
some small wording changes
This commit is contained in:
@@ -55,15 +55,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "**/*.@(jpg|jpeg|gif|png|ico)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "max-age=604800"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "**/*.@(css|js)",
|
||||
"headers": [
|
||||
@@ -73,6 +64,15 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "**/*.@(jpg|jpeg|gif|png|ico|pdf|mov|mp4)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "max-age=604800"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "**/*.@(ttf|otf|woff|woff2|svg|eot)",
|
||||
"headers": [
|
||||
@@ -87,7 +87,7 @@
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "max-age=2628000"
|
||||
"value": "max-age=0"
|
||||
},
|
||||
{
|
||||
"key": "Content-Type",
|
||||
@@ -99,15 +99,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "404.html",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "max-age=3600"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user