mirror of
https://github.com/danbulant/Mangades
synced 2026-06-20 14:51:19 +00:00
fix cache typo
This commit is contained in:
parent
ade3a59495
commit
8a26a6ae59
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export async function GET({ url }) {
|
|||
|
||||
'Content-Type': ret.headers.get('Content-Type')!,
|
||||
|
||||
'Cache-Control': 'public, max-age=172800, immutable, stale-while-revalidate=345600, state-if-error=604800',
|
||||
'Cache-Control': 'public, max-age=172800, immutable, stale-while-revalidate=345600, stale-if-error=604800',
|
||||
'Expires': new Date(Date.now() + 172800000).toUTCString()
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue