2025-12-17 11:12:10 +00:00
|
|
|
{
|
|
|
|
|
"rewrites": [
|
|
|
|
|
{
|
|
|
|
|
"source": "/(.*)",
|
|
|
|
|
"destination": "/index.html"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"headers": [
|
|
|
|
|
{
|
2025-12-20 20:36:49 +00:00
|
|
|
"source": "/index.html",
|
2025-12-17 11:12:10 +00:00
|
|
|
"headers": [
|
|
|
|
|
{
|
2025-12-20 20:36:49 +00:00
|
|
|
"key": "Cache-Control",
|
|
|
|
|
"value": "no-cache, no-store, must-revalidate"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/assets/(.*)",
|
|
|
|
|
"headers": [
|
|
|
|
|
{
|
|
|
|
|
"key": "Cache-Control",
|
|
|
|
|
"value": "public, max-age=31536000, immutable"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/(.*\\.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot))",
|
|
|
|
|
"headers": [
|
|
|
|
|
{
|
|
|
|
|
"key": "Cache-Control",
|
|
|
|
|
"value": "public, max-age=31536000, immutable"
|
2025-12-17 11:12:10 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|