fix: allow partial when specifiying layout for emitter plugins
This commit is contained in:
		@@ -19,7 +19,7 @@ import { defaultListPageLayout, sharedPageComponents } from "../../../quartz.lay
 | 
			
		||||
import { FolderContent } from "../../components"
 | 
			
		||||
import { write } from "./helpers"
 | 
			
		||||
 | 
			
		||||
export const FolderPage: QuartzEmitterPlugin<FullPageLayout> = (userOpts) => {
 | 
			
		||||
export const FolderPage: QuartzEmitterPlugin<Partial<FullPageLayout>> = (userOpts) => {
 | 
			
		||||
  const opts: FullPageLayout = {
 | 
			
		||||
    ...sharedPageComponents,
 | 
			
		||||
    ...defaultListPageLayout,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user