mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-01 03:40:59 +00:00
fix: unmemoize explorer on rebuild (closes #1077)
This commit is contained in:
parent
2db735a150
commit
e89c395f7c
3 changed files with 23 additions and 11 deletions
quartz/util
|
@ -14,6 +14,7 @@ export interface Argv {
|
|||
}
|
||||
|
||||
export interface BuildCtx {
|
||||
buildId: string
|
||||
argv: Argv
|
||||
cfg: QuartzConfig
|
||||
allSlugs: FullSlug[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue