Skip to content

Commit

Permalink
fix: resolve build failure after 'npx quartz update'
Browse files Browse the repository at this point in the history
added 'afterBody: [],' to quartz.layout.ts to continue the build
  • Loading branch information
zenodotus280 committed Sep 24, 2024
1 parent 0f26760 commit 03ba8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import * as Component from "./quartz/components"
export const sharedPageComponents: SharedLayout = {
head: Component.Head(),
header: [Component.TagList()],
afterBody: [],
footer: Component.Footer({
links: {
'Website (GitHub)': "https://github.com/zenodotus280/apl",
Expand Down

0 comments on commit 03ba8d7

Please sign in to comment.