mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-04 23:34:38 +00:00
73 lines
No EOL
1.9 KiB
JSON
73 lines
No EOL
1.9 KiB
JSON
{
|
|
"git": {
|
|
"deploymentEnabled": {
|
|
"V3": false,
|
|
"V2": false
|
|
}
|
|
},
|
|
"headers": [
|
|
{
|
|
"source": "/bookmarks/:slug*",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "s-maxage=2592000, stale-while-revalidate=86400"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/collection/:slug*",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "s-maxage=2592000, stale-while-revalidate=86400"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/home/:slug*",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "s-maxage=2592000, stale-while-revalidate=86400"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/profile/:slug*",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "s-maxage=2592000, stale-while-revalidate=86400"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/release/:slug*",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "s-maxage=2592000, stale-while-revalidate=86400"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/related/:slug*",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "s-maxage=2592000, stale-while-revalidate=86400"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/search",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "s-maxage=2592000, stale-while-revalidate=86400"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |