feat: update to v4.3.1
All checks were successful
deploy / build (push) Successful in 12m40s

This commit is contained in:
rizaldy 2024-08-26 02:13:42 +07:00
parent eba92611b7
commit c478e7a464
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ const config: QuartzConfig = {
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
theme: {
fontOrigin: "googleFonts",
cdnCaching: false,
typography: {
header: "Space Grotesk",

View File

@ -6,6 +6,7 @@ export const sharedPageComponents: SharedLayout = {
head: Component.Head(),
header: [],
footer: Component.Footer(),
afterBody: [],
};
// components for pages that display a single page (e.g. a single note)