fixed layout and og image font
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
2025-08-20 18:11:25 +09:00
parent 60bb878d5e
commit d2b18b3110
2 changed files with 3 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ const config: QuartzConfig = {
fontOrigin: "googleFonts", fontOrigin: "googleFonts",
cdnCaching: true, cdnCaching: true,
typography: { typography: {
header: "Schibsted Grotesk", header: "Noto Sans JP",
body: "Source Sans Pro", body: "Noto Sans JP",
code: "IBM Plex Mono", code: "IBM Plex Mono",
}, },
colors: { colors: {

View File

@@ -63,7 +63,7 @@ export const defaultContentPageLayout: PageLayout = {
{ Component: Component.ReaderMode() }, { Component: Component.ReaderMode() },
], ],
}), }),
Component.Explorer(), // Component.Explorer(),
Component.DesktopOnly(Component.TableOfContents()), Component.DesktopOnly(Component.TableOfContents()),
], ],
right: [ right: [