dependabot[bot]
2024-01-31 e21d50c711aae2e55d1296ec7c1d98fb7045ccf5
quartz/plugins/emitters/tagPage.tsx
@@ -16,7 +16,7 @@
import { TagContent } from "../../components"
import { write } from "./helpers"
export const TagPage: QuartzEmitterPlugin<FullPageLayout> = (userOpts) => {
export const TagPage: QuartzEmitterPlugin<Partial<FullPageLayout>> = (userOpts) => {
  const opts: FullPageLayout = {
    ...sharedPageComponents,
    ...defaultListPageLayout,