update site location

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-02-17 20:25:59 +01:00
parent 2bbab980ba
commit dab9e26c7f
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 1 deletions

View File

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