parent
cd3170dabd
commit
1f63f50343
|
@ -0,0 +1,4 @@
|
||||||
|
user-agent: *
|
||||||
|
allow: /
|
||||||
|
|
||||||
|
# todo: sitemap
|
|
@ -79,6 +79,12 @@ router.get('/manifest.json', async ctx => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
router.get('/robots.txt', async ctx => {
|
||||||
|
await send(ctx as any, '/assets/robots.txt', {
|
||||||
|
root: client
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
// Docs
|
// Docs
|
||||||
|
|
Loading…
Reference in New Issue