Fix favicon

This commit is contained in:
sepia 2025-07-18 12:13:34 -05:00
parent 6e46c5a284
commit 7d124d1ae9
2 changed files with 2 additions and 7 deletions

BIN
public/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -10,13 +10,8 @@ const wsHandler = new WebSocketHandler();
const app = new Elysia() const app = new Elysia()
.use( .use(
staticPlugin({ staticPlugin({
assets: 'dist', assets: './public',
prefix: '/dist', prefix: '/',
}),
)
.use(
staticPlugin({
assets: '.',
}), }),
) )
.use(cookie()) .use(cookie())