1
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:
2018-11-27 13:05:12 -05:00
parent a102051aa2
commit 47562a2ea4
3 changed files with 14 additions and 22 deletions

View File

@@ -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"
}
]
}
]
}
}