From 6dff558dfb93f89935527263ad5933d0211b1d24 Mon Sep 17 00:00:00 2001 From: Robin Sving Date: Wed, 4 Jun 2025 22:20:07 +0200 Subject: [PATCH] Quartz sync: Jun 4, 2025, 10:20 PM --- quartz/cli/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/cli/constants.js b/quartz/cli/constants.js index 21f340d59..f4a9ce52b 100644 --- a/quartz/cli/constants.js +++ b/quartz/cli/constants.js @@ -6,7 +6,7 @@ import { readFileSync } from "fs" */ export const ORIGIN_NAME = "origin" export const UPSTREAM_NAME = "upstream" -export const QUARTZ_SOURCE_BRANCH = "main" +export const QUARTZ_SOURCE_BRANCH = "v4" export const cwd = process.cwd() export const cacheDir = path.join(cwd, ".quartz-cache") export const cacheFile = "./quartz/.quartz-cache/transpiled-build.mjs"