11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"root": "dist/",
|
|
"clean_urls": true,
|
|
"https_only": true,
|
|
"headers": {
|
|
"/**": {
|
|
"Cache-Control": "public, max-age=31536000"
|
|
}
|
|
}
|
|
}
|