diff --git a/server.ts b/server.ts index bdee39a..22c9b4c 100644 --- a/server.ts +++ b/server.ts @@ -79,7 +79,7 @@ export default { if ( !urlPathname.endsWith('/cart') && !urlPathname.endsWith('/account') && - !urlPathname.endsWith('/checkout') + !urlPathname.includes('/account/') ) { response.headers.set('Cache-Control', CACHE_SHORT); response.headers.set(