From 7bf7bb286cc2096579f8a100671a5bbfe6226c1b Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Tue, 10 Sep 2024 07:46:17 -0400 Subject: [PATCH] Set `location` in Lume config --- _config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.ts b/_config.ts index 12cdefd..a95f451 100644 --- a/_config.ts +++ b/_config.ts @@ -2,6 +2,7 @@ import lume from "lume/mod.ts"; import jsx from "lume/plugins/jsx_preact.ts"; const site = lume({ + location: new URL("https://pay.fosterhangdaan.com"), server: { port: 3000, },