mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update index.ts (#7343)
This commit is contained in:
parent
69efdb4ac9
commit
c34b8c594f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ router.get('/assets/(.*)', async ctx => {
|
|||
// Apple touch icon
|
||||
router.get('/apple-touch-icon.png', async ctx => {
|
||||
await send(ctx as any, '/apple-touch-icon.png', {
|
||||
root: assets
|
||||
root: staticAssets
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue