base path refactor to better support subpath hosting
This commit is contained in:
parent
3201f83b70
commit
c874e7e937
29 changed files with 257 additions and 389 deletions
|
@ -1,5 +1,5 @@
|
|||
import { QuartzConfig } from "../cfg"
|
||||
import { ServerSlug } from "./path"
|
||||
import { FullSlug } from "./path"
|
||||
|
||||
export interface Argv {
|
||||
directory: string
|
||||
|
@ -13,5 +13,5 @@ export interface Argv {
|
|||
export interface BuildCtx {
|
||||
argv: Argv
|
||||
cfg: QuartzConfig
|
||||
allSlugs: ServerSlug[]
|
||||
allSlugs: FullSlug[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue