mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
44 lines
737 B
JSON
44 lines
737 B
JSON
{
|
|
"hosting": {
|
|
"headers": [
|
|
{
|
|
"source": "**/*.@(eot|otf|ttf|ttc|woff|font.css)",
|
|
"headers": [
|
|
{
|
|
"key": "Access-Control-Allow-Origin",
|
|
"value": "*"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "**/*.@(js|css)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "max-age=604800"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "**/*.@(jpg|jpeg|gif|png|ttf|svg)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "max-age=604800"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "404.html",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "max-age=300"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"public": "docs/.vuepress/dist",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
|
}
|
|
}
|