Skip to content

Commit

Permalink
feat(config): edit title format and locale
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje committed Oct 5, 2024
1 parent 1dd6270 commit e60d07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import * as Plugin from "./quartz/plugins"
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 docs.jyje.live",
pageTitleSuffix: "",
pageTitleSuffix: " | docs.jyje.live",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
},
locale: "en-US",
locale: "ko-KR",
baseUrl: "docs.jyje.live",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "modified",
Expand Down

0 comments on commit e60d07e

Please sign in to comment.