From e62424368b84a68818bd45be99f7c0a08b0b2ada Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 6 Apr 2026 23:14:10 +0100 Subject: [PATCH] Fix Quartz layout export name to match v4.4.0 expected import Rename sharedLayout to sharedPageComponents to fix build errors in Quartz emitters (contentPage, tagPage, folderPage, 404). Co-Authored-By: Claude Opus 4.6 --- quartz/quartz.layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/quartz.layout.ts b/quartz/quartz.layout.ts index df7f875..a824155 100644 --- a/quartz/quartz.layout.ts +++ b/quartz/quartz.layout.ts @@ -2,7 +2,7 @@ import { PageLayout, SharedLayout } from "./quartz/cfg" import * as Component from "./quartz/components" // components shared across all pages -export const sharedLayout: SharedLayout = { +export const sharedPageComponents: SharedLayout = { head: Component.Head(), header: [], afterBody: [],