mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 01:49:40 +05:00
.
This commit is contained in:
parent
5485065b36
commit
628b3870d8
2 changed files with 72 additions and 34 deletions
67
vercel.json
67
vercel.json
|
@ -4,5 +4,70 @@
|
|||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue