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, },