Fix Quartz layout export name to match v4.4.0 expected import
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 8s

Rename sharedLayout to sharedPageComponents to fix build errors in
Quartz emitters (contentPage, tagPage, folderPage, 404).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-06 23:14:10 +01:00
parent e17a7a9807
commit e62424368b

View File

@@ -2,7 +2,7 @@ import { PageLayout, SharedLayout } from "./quartz/cfg"
import * as Component from "./quartz/components" import * as Component from "./quartz/components"
// components shared across all pages // components shared across all pages
export const sharedLayout: SharedLayout = { export const sharedPageComponents: SharedLayout = {
head: Component.Head(), head: Component.Head(),
header: [], header: [],
afterBody: [], afterBody: [],