quartz/cfg.ts
@@ -1,6 +1,6 @@ import { QuartzComponent } from "./components/types" import { PluginTypes } from "./plugins/types" import { Theme } from "./theme" import { Theme } from "./util/theme" export type Analytics = | null @@ -45,3 +45,4 @@ } export type PageLayout = Pick<FullPageLayout, "beforeBody" | "left" | "right"> export type SharedLayout = Pick<FullPageLayout, "head" | "header" | "footer">