| content/index.md | ●●●●● patch | view | raw | blame | history | |
| quartz/bootstrap-cli.mjs | ●●●●● patch | view | raw | blame | history |
content/index.md
@@ -13,7 +13,6 @@ ```shell git clone https://github.com/jackyzha0/quartz.git cd quartz git checkout v4 npm i npx quartz create ``` quartz/bootstrap-cli.mjs
@@ -423,6 +423,7 @@ const rebuild = (clientRefresh) => { timeoutIds.forEach((id) => clearTimeout(id)) timeoutIds.clear() timeoutIds.add(setTimeout(() => build(clientRefresh), 250)) }