mirror of
https://github.com/danbulant/design
synced 2026-06-19 06:11:28 +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 {
|
||||
url: url.pathname
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
export const prerender = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue