Set location in Lume config

This commit is contained in:
Foster Hangdaan 2024-09-10 07:46:17 -04:00
parent 53bdb8ddde
commit 7bf7bb286c
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

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