feat: add links to entire article header

This commit is contained in:
2023-12-14 13:28:40 +01:00
parent 28a48b752b
commit d5975e9103
3 changed files with 14 additions and 20 deletions

2
lib/cache/image.ts vendored
View File

@ -178,6 +178,6 @@ export async function setImage(
? { suffix: opts.suffix }
: { width: opts.width, height: opts.height }),
}),
{ expires: 60 * 60 * 24 },
{ expires: 60 * 60 * 24 * 7 /* 1 week */ },
);
}