DateType test

This commit is contained in:
Jafeth Garro 2024-09-18 20:09:46 -06:00
parent dcce9c3abc
commit 0c45add229

View file

@ -11,11 +11,11 @@ const config: QuartzConfig = {
pageTitle: "Zen Browser Docs", pageTitle: "Zen Browser Docs",
enableSPA: true, enableSPA: true,
enablePopovers: true, enablePopovers: true,
analytics: { provider: 'plausible' }, analytics: { provider: "plausible" },
locale: "en-US", locale: "en-US",
baseUrl: "docs.zen-browser.app", baseUrl: "docs.zen-browser.app",
ignorePatterns: ["private", "templates", ".obsidian"], ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created", defaultDateType: "modified",
theme: { theme: {
fontOrigin: "googleFonts", fontOrigin: "googleFonts",
cdnCaching: true, cdnCaching: true,