We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fede4 commit 7bee235Copy full SHA for 7bee235
1 file changed
src/routes/+page.server.ts
@@ -1,7 +1,7 @@
1
import type { PageServerLoad } from './$types';
2
3
export const load: PageServerLoad = ({ setHeaders }) => {
4
- setHeaders({ 'Cache-Control': 'public, max-age=86400' });
+ setHeaders({ 'Cache-Control': 'public, max-age=1800' });
5
6
return {
7
meta: {
0 commit comments