mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 23:39:50 -04:00
28 lines
643 B
JSON
28 lines
643 B
JSON
{
|
|
"hosting": [
|
|
{
|
|
"target": "db",
|
|
"public": "dist/db",
|
|
"ignore": [
|
|
"**/.*"
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "*.[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f].+(css|js)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "public,max-age=31536000,immutable"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |