mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
ベースHTMLは immutableキャッシュしないようにする
This commit is contained in:
parent
55749db456
commit
2ce57c57ee
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ router.get('/notes/:note', async ctx => {
|
|||
router.get('*', async ctx => {
|
||||
await send(ctx, `app/base.html`, {
|
||||
root: client,
|
||||
maxage: ms('3 days'),
|
||||
immutable: true
|
||||
maxage: ms('5m')
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue