Move source files into a subfolder

This commit is contained in:
Foster Hangdaan 2024-09-10 08:05:20 -04:00
parent 9ad179529d
commit b9a952059d
Signed by: foster
GPG key ID: E48D7F49A852F112
17 changed files with 1 additions and 0 deletions

View file

@ -2,6 +2,7 @@ import lume from "lume/mod.ts";
import jsx from "lume/plugins/jsx_preact.ts";
const site = lume({
src: "./src",
location: new URL("https://pay.fosterhangdaan.com"),
server: {
port: 3000,

View file

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB