This commit is contained in:
matthieu42morin 2024-04-29 15:41:45 +02:00
parent 25f2766ec2
commit 6e29c4f9e5
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import type { LayoutLoad } from './$types'
export const prerender = false
export const prerender = true
export const trailingSlash = 'always'
export const load: LayoutLoad = async ({ url, fetch }) => ({
path: url.pathname,

View File

@ -0,0 +1 @@
export const prerender = true