Update quartz.config.ts

This commit is contained in:
enneaa 2025-03-19 21:46:49 +08:00 committed by GitHub
parent 5f31e851ae
commit 2caffffe05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@ import * as Plugin from "./quartz/plugins"
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
pageTitle: "🌲是話說",  pageTitle: "🌲是話說", 
pageTitleSuffix: "", pageTitleSuffix: "", 
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { analytics: {
provider: "plausible", provider: "plausible",
}, },
locale: "zh-CN",  locale: "zh-CN", 
baseUrl: "",      baseUrl: "enneaa.pages.dev",      
ignorePatterns: ["private", "templates", ".obsidian"],   ignorePatterns: ["private", "templates", ".obsidian"],  
defaultDateType: "created", defaultDateType: "created",
theme: { theme: {