2021-04-28 20:25:00 +03:00
|
|
|
{
|
2023-03-16 02:03:25 +03:00
|
|
|
"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"
|
2021-04-28 20:25:00 +03:00
|
|
|
}
|
2023-03-16 02:03:25 +03:00
|
|
|
}
|
|
|
|
}
|