From e72f03da76faa9520e58aae31264bf6fc86ca5ac Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Tue, 11 Oct 2022 21:11:45 +0200 Subject: [PATCH] add site name :) Signed-off-by: Sam Therapy --- _config.ts | 1 + 1 file changed, 1 insertion(+) 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