mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
Fix
This commit is contained in:
parent
c4dd9f170f
commit
a1d53010ab
@ -11,8 +11,8 @@ const docs = `${__dirname}/../../client/docs/`;
|
||||
const router = new Router();
|
||||
|
||||
router.get('/assets/*', async ctx => {
|
||||
await send(ctx, ctx.path, {
|
||||
root: docs,
|
||||
await send(ctx, ctx.params[0], {
|
||||
root: docs + '/assets/',
|
||||
maxage: ms('7 days'),
|
||||
immutable: true
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user