diff --git a/front/src/routes/+layout.ts b/front/src/routes/+layout.ts index 12875ac..f8df2ac 100644 --- a/front/src/routes/+layout.ts +++ b/front/src/routes/+layout.ts @@ -4,4 +4,6 @@ export const load = (async () => { return {}; }) satisfies LayoutLoad; -export const prerender = true; \ No newline at end of file +export const prerender = true; + +export const trailingSlash = 'always';