feat: add links to entire article header
This commit is contained in:
2
lib/cache/image.ts
vendored
2
lib/cache/image.ts
vendored
@ -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 */ },
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user