add site name :)
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-11 21:11:45 +02:00
parent 13d2234bbf
commit e72f03da76
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

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