fix: reading slug local cache

This commit is contained in:
DIYgod 2023-05-04 00:27:23 +01:00
parent d9fb3a8917
commit 22e18257f0
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ const getLocalPages = (input: { characterId: number; isPost?: boolean }) => {
.map((tag: string) => tag.trim())
.filter((tag: string) => tag) || []),
],
slug: page.values?.slug,
sources: ["xlog"],
},
},