mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Update index.ts (#7463)
This commit is contained in:
parent
4622a3fe93
commit
e8ada4c8d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue