Skip to content
Snippets Groups Projects
Unverified Commit b0d38446 authored by okpierre's avatar okpierre Committed by GitHub
Browse files

Update index.ts (#7343)

parent dfe10ac6
No related branches found
No related tags found
No related merge requests found
......@@ -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
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment