From 6681f28af0bb753918699c41ef9a8421f6b7cd08 Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Sat, 19 Aug 2023 23:55:36 +0000 Subject: [PATCH] fix trailing slash causing folder listing to not fetch content correctly --- quartz/bootstrap-cli.mjs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/quartz/bootstrap-cli.mjs b/quartz/bootstrap-cli.mjs index ee62a56..643733f 100755 --- a/quartz/bootstrap-cli.mjs +++ b/quartz/bootstrap-cli.mjs @@ -19,7 +19,7 @@ const ORIGIN_NAME = "origin" const UPSTREAM_NAME = "upstream" -const QUARTZ_SOURCE_BRANCH = "v4-alpha" +const QUARTZ_SOURCE_BRANCH = "v4" const cwd = process.cwd() const cacheDir = path.join(cwd, ".quartz-cache") const cacheFile = "./.quartz-cache/transpiled-build.mjs" -- Gitblit v1.10.0