From 1ad3f882e902326efb0d9e8f900fad376ff1454f Mon Sep 17 00:00:00 2001 From: siaikin Date: Tue, 9 Sep 2025 09:12:27 +0800 Subject: [PATCH] fix: correct indentation for Vercel analytics provider condition --- quartz/plugins/emitters/componentResources.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/plugins/emitters/componentResources.ts b/quartz/plugins/emitters/componentResources.ts index b1fa440a3..f97fddec2 100644 --- a/quartz/plugins/emitters/componentResources.ts +++ b/quartz/plugins/emitters/componentResources.ts @@ -228,7 +228,7 @@ function addGlobalPageResources(ctx: BuildCtx, componentResources: ComponentReso \` document.head.appendChild(matomoScript); `) - } else if (cfg.analytics?.provider === "vercel") { + } else if (cfg.analytics?.provider === "vercel") { /** * script from {@link https://vercel.com/docs/analytics/quickstart?framework=html#add-the-script-tag-to-your-site|Vercel Docs} */