summary refs log tree commit diff
path: root/site-config.json
blob: 791641126a929244e19a9540cde74c60d889d613 (plain)
1
2
3
4
5
6
7
{
    "notFound": "404",
    "fileConfigs": [
        { "glob": "*.png", "options": { "cacheControl": "max-age=15552000" } },
        { "glob": "*.css", "options": { "cacheControl": "max-age=7200" } }
    ]
}