From 98699d85c31e16291e8276a7752958f453f44d8a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 5 Nov 2024 18:22:37 +0100 Subject: [PATCH] Make location mandatory --- _config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.ts b/_config.ts index 8f5e393..4137673 100644 --- a/_config.ts +++ b/_config.ts @@ -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({}))