fix: enable trailing slashes
This commit is contained in:
parent
cdaf8214ed
commit
4c563b0677
@ -3,6 +3,7 @@ import { dev } from '$app/environment';
|
|||||||
export const csr = dev;
|
export const csr = dev;
|
||||||
export const ssr = true;
|
export const ssr = true;
|
||||||
export const prerender = true;
|
export const prerender = true;
|
||||||
|
export const trailingSlash = 'always';
|
||||||
|
|
||||||
export async function load({ url }) {
|
export async function load({ url }) {
|
||||||
return { route: url.pathname }
|
return { route: url.pathname }
|
||||||
|
Loading…
Reference in New Issue
Block a user