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} */