Update reader when ranged content upgraded
This commit is contained in:
parent
6a33cfa15a
commit
5949c8fb8b
@ -269,6 +269,7 @@ const Revalidate = async (
|
||||
const contentSlug = body.entry.content?.slug;
|
||||
if (libraryItemSlug) {
|
||||
paths.push(`/library/${libraryItemSlug}`);
|
||||
paths.push(`/library/${libraryItemSlug}/reader`);
|
||||
}
|
||||
if (contentSlug) {
|
||||
paths.push(`/contents/${contentSlug}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user