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