From 8573e8c988647733baefe5ff9cf83577bfa93698 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 13 Oct 2025 16:42:23 +0200 Subject: [PATCH] Quartz sync: Oct 13, 2025, 4:42 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 f4a9ce5..21f340d 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 = "v4" +export const QUARTZ_SOURCE_BRANCH = "main" export const cwd = process.cwd() export const cacheDir = path.join(cwd, ".quartz-cache") export const cacheFile = "./quartz/.quartz-cache/transpiled-build.mjs"