16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"rewrites": [{ "source": "**", "destination": "/index.html" }],
|
|
"trailingSlash": false,
|
|
"headers": [
|
|
{
|
|
"source": "*",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "max-age=3600"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|