fix: never cache anything
This commit is contained in:
parent
5ae9147c11
commit
aee545c963
@ -3,6 +3,7 @@ export const ssr = true;
|
||||
export const prerender = false;
|
||||
export const trailingSlash = 'always';
|
||||
|
||||
export async function load({ url }) {
|
||||
export async function load({ url, setHeaders }) {
|
||||
setHeaders({'Cache-Control': 'no-cache'})
|
||||
return { route: url.pathname }
|
||||
}
|
Loading…
Reference in New Issue
Block a user