diff --git a/_config.ts b/_config.ts index e26a154..91327ac 100644 --- a/_config.ts +++ b/_config.ts @@ -11,6 +11,7 @@ import svgo from "lume/plugins/svgo.ts"; const site = lume({ src: "./src", dest: "./dist", + location: new URL("https://samtherapy.net") }); site