starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-23 13:34:20 +00:00

Make location mandatory

This commit is contained in:
Steffo 2024-11-05 18:22:37 +01:00
parent 1edf423f4a
commit 98699d85c3
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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({}))