quartz/cfg.ts @@ -2,7 +2,8 @@ import { PluginTypes } from "./plugins/types" import { Theme } from "./theme" export type Analytics = null export type Analytics = | null | { provider: 'plausible' }