Update index.ts (#7463)

This commit is contained in:
okpierre 2021-04-18 23:17:22 -04:00 committed by GitHub
parent 4622a3fe93
commit e8ada4c8d0

View file

@ -99,7 +99,7 @@ router.get('/manifest.json', require('./manifest'));
router.get('/robots.txt', async ctx => { router.get('/robots.txt', async ctx => {
await send(ctx as any, '/robots.txt', { await send(ctx as any, '/robots.txt', {
root: assets root: staticAssets
}); });
}); });