mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: increase ruleset CDN cache TTL
This commit is contained in:
@@ -51,7 +51,7 @@ export const buildPublic = task(require.main === module, __filename)(async (span
|
|||||||
span,
|
span,
|
||||||
[
|
[
|
||||||
'/*',
|
'/*',
|
||||||
' cloudflare-cdn-cache-control: public, max-age=150, stale-while-revalidate=60, stale-if-error=30',
|
' cloudflare-cdn-cache-control: public, max-age=180, stale-while-revalidate=60, stale-if-error=30',
|
||||||
'https://:project.pages.dev/*',
|
'https://:project.pages.dev/*',
|
||||||
' X-Robots-Tag: noindex',
|
' X-Robots-Tag: noindex',
|
||||||
'/Modules/*',
|
'/Modules/*',
|
||||||
|
|||||||
Reference in New Issue
Block a user