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()
|
const app = new Elysia()
|
||||||
.use(
|
.use(
|
||||||
staticPlugin({
|
staticPlugin({
|
||||||
assets: 'dist',
|
assets: './public',
|
||||||
prefix: '/dist',
|
prefix: '/',
|
||||||
}),
|
|
||||||
)
|
|
||||||
.use(
|
|
||||||
staticPlugin({
|
|
||||||
assets: '.',
|
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
.use(cookie())
|
.use(cookie())
|
||||||
|
|
Loading…
Reference in New Issue