Add favicon

This commit is contained in:
sepia 2025-07-29 14:37:55 -05:00
parent 8d0d39bf14
commit e09160a9d6
2 changed files with 6 additions and 0 deletions

BIN
data/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -14,6 +14,12 @@ const app = new Elysia()
prefix: "/style",
}),
)
.use(
staticPlugin({
assets: "./data/public",
prefix: "/",
}),
)
.use(html())
.get("/", async ({ set }) => {
try {