mirror of
https://github.com/danbulant/design
synced 2026-07-06 19:40:57 +00:00
prerender by default
This commit is contained in:
parent
04e3ca79f8
commit
4774b03898
1 changed files with 3 additions and 1 deletions
|
|
@ -4,4 +4,6 @@ export const load = async ({ url }) => {
|
||||||
return {
|
return {
|
||||||
url: url.pathname
|
url: url.pathname
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const prerender = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue