This commit is contained in:
parent
eba92611b7
commit
c478e7a464
@ -21,6 +21,7 @@ const config: QuartzConfig = {
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
fontOrigin: "googleFonts",
|
||||
cdnCaching: false,
|
||||
typography: {
|
||||
header: "Space Grotesk",
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user