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