From dab9e26c7f7c4a380a090f99e21c3a94e0b08bee Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Fri, 17 Feb 2023 20:25:59 +0100 Subject: [PATCH] update site location Signed-off-by: Sam Therapy --- _config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.ts b/_config.ts index c9a347b..11a7173 100644 --- a/_config.ts +++ b/_config.ts @@ -25,7 +25,7 @@ import toml from "./custom/toml/toml.ts" const site = lume({ src: "./src", dest: "./dist", - location: new URL("https://samtherapy.net"), + location: new URL("https://dns.froth.zone"), }) site