fix: set prerender to auto
All checks were successful
create archive with lfs / tag (push) Successful in 8s
All checks were successful
create archive with lfs / tag (push) Successful in 8s
This commit is contained in:
parent
5d466eb196
commit
b7d6f2ad3e
@ -4,7 +4,7 @@ import { get } from 'svelte/store';
|
||||
|
||||
export const csr = true;
|
||||
export const ssr = true;
|
||||
export const prerender = true;
|
||||
export const prerender = 'auto';
|
||||
export const trailingSlash = 'always';
|
||||
|
||||
export async function load({ cookies, url, setHeaders }) {
|
||||
|
Loading…
Reference in New Issue
Block a user