fix: reading slug local cache
This commit is contained in:
parent
d9fb3a8917
commit
22e18257f0
|
|
@ -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"],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue