36 lines
859 B
JSON
36 lines
859 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"surfaces": {
|
|
"index": {
|
|
"path": "/",
|
|
"cacheControl": "no-cache",
|
|
"contentTypes": ["text/html"],
|
|
"securityHeaders": true
|
|
},
|
|
"runtimeConfig": {
|
|
"path": "/config.json",
|
|
"cacheControl": "no-store",
|
|
"contentTypes": ["application/json"],
|
|
"securityHeaders": true
|
|
},
|
|
"releaseManifest": {
|
|
"path": "/release-manifest.json",
|
|
"cacheControl": "no-store",
|
|
"contentTypes": ["application/json"],
|
|
"securityHeaders": true
|
|
},
|
|
"hashedAsset": {
|
|
"pathPattern": "/assets/*",
|
|
"cacheControl": "public, max-age=31536000, immutable",
|
|
"contentTypes": ["text/javascript", "application/javascript"],
|
|
"securityHeaders": false
|
|
},
|
|
"sourceMap": {
|
|
"public": false
|
|
},
|
|
"serviceWorker": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|