diff --git a/src/constants.ts b/src/constants.ts index 78a7c69..6375f14 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -42,7 +42,7 @@ export const Constants = { RESPONSE_HEADERS: { 'content-type': 'text/html;charset=UTF-8', 'x-powered-by': '🏳️‍⚧️ Trans Rights', - 'cache-control': 'max-age=86400' + 'cache-control': 'max-age=604800' }, DEFAULT_COLOR: '#10A3FF' };