Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 135ff28

Browse files
authored
Update index.ts (misskey-dev#7463)
1 parent 53d257e commit 135ff28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/web/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ router.get('/manifest.json', require('./manifest'));
9999

100100
router.get('/robots.txt', async ctx => {
101101
await send(ctx as any, '/robots.txt', {
102-
root: assets
102+
root: staticAssets
103103
});
104104
});
105105

0 commit comments

Comments
 (0)