Fix favicon
This commit is contained in:
parent
6e46c5a284
commit
7d124d1ae9
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
|
@ -10,13 +10,8 @@ const wsHandler = new WebSocketHandler();
|
|||
const app = new Elysia()
|
||||
.use(
|
||||
staticPlugin({
|
||||
assets: 'dist',
|
||||
prefix: '/dist',
|
||||
}),
|
||||
)
|
||||
.use(
|
||||
staticPlugin({
|
||||
assets: '.',
|
||||
assets: './public',
|
||||
prefix: '/',
|
||||
}),
|
||||
)
|
||||
.use(cookie())
|
||||
|
|
Loading…
Reference in New Issue