prerender by default

This commit is contained in:
Daniel Bulant 2023-03-16 13:07:31 +01:00 committed by GitHub
parent 04e3ca79f8
commit 4774b03898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,6 @@ export const load = async ({ url }) => {
return { return {
url: url.pathname url: url.pathname
} }
}; };
export const prerender = true