mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-01 06:28:14 +00:00
fix mermaid initialization
This commit is contained in:
parent
21a7ec2307
commit
9e76b257d4
3 changed files with 9 additions and 3 deletions
quartz
|
@ -121,7 +121,7 @@ async function popContentFolder(contentFolder) {
|
|||
}
|
||||
|
||||
function gitPull(origin, branch) {
|
||||
const flags = ["-s", "recursive", "-X", "ours"]
|
||||
const flags = ["-s", "recursive", "-X", "ours", "--no-edit"]
|
||||
spawnSync("git", ["pull", ...flags, origin, branch], { stdio: "inherit" })
|
||||
}
|
||||
|
||||
|
@ -334,7 +334,6 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
|
|||
sourcefile,
|
||||
},
|
||||
write: false,
|
||||
minify: true,
|
||||
bundle: true,
|
||||
platform: "browser",
|
||||
format: "esm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue