electronjs.org-new/static.json

15 строки
268 B
JSON

{
"root": "build/",
"clean_urls": true,
"absolute_redirect": false,
"error_page": "docs/latest/404.html",
"headers": {
"/**": {
"Cache-Control": "no-cache"
},
"/assets/**": {
"Cache-Control": "max-age=31536000, immutable"
}
}
}