Add favicon
This commit is contained in:
parent
8d0d39bf14
commit
e09160a9d6
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -14,6 +14,12 @@ const app = new Elysia()
|
||||||
prefix: "/style",
|
prefix: "/style",
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
.use(
|
||||||
|
staticPlugin({
|
||||||
|
assets: "./data/public",
|
||||||
|
prefix: "/",
|
||||||
|
}),
|
||||||
|
)
|
||||||
.use(html())
|
.use(html())
|
||||||
.get("/", async ({ set }) => {
|
.get("/", async ({ set }) => {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue