From ea0fbc901487be10d0e8b9635098d000ac92e7c5 Mon Sep 17 00:00:00 2001 From: enneaa Date: Wed, 19 Mar 2025 21:47:19 +0800 Subject: [PATCH] Update quartz.layout.ts --- quartz.layout.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 5f003e5fb..30366d6f1 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -9,13 +9,13 @@ export const sharedPageComponents: SharedLayout = {   afterBody: [], footer: Component.Footer({  links: { - RSS: "https://enneaa.netlify.app/feed.xml",    + RSS: "https://enneaa.pages.dev/feed.xml",     "Scroll to top ↑": "#",   }, }), } -// components for pages that display a single page (e.g. a single note)    +// components for pages that display a single page (e.g. a single note)     export const defaultContentPageLayout: PageLayout = {    beforeBody: [ // Component.Breadcrumbs(),  @@ -60,7 +60,7 @@ export const defaultContentPageLayout: PageLayout = {    category: 'Announcements', // from data-category-id categoryId: 'DIC_kwDOOHb7a84Cn6os',  - themeUrl: "https://www.catmuse.me/static/giscus",      + themeUrl: "https://enneaa.pages.dev/static/giscus",       lightTheme: "light", darkTheme: "dark",   mapping: "title",