mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-23 05:24:19 +00:00
Make location mandatory
This commit is contained in:
parent
1edf423f4a
commit
98699d85c3
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import Site from "lume/core/site.ts";
|
|||
|
||||
const site: Site = lume({
|
||||
prettyUrls: false,
|
||||
location: new URL(""), // TODO: Enter the base URL of your website here, or links won't work!
|
||||
})
|
||||
|
||||
site.use(jsx({}))
|
||||
|
|
Loading…
Reference in a new issue