We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c231e34 commit 3169d34Copy full SHA for 3169d34
quartz.config.ts
@@ -16,7 +16,7 @@ const config: QuartzConfig = {
16
},
17
locale: "en-US",
18
baseUrl: "morrowind-modding.github.io/",
19
- ignorePatterns: ["private", "templates", ".obsidian"],
+ ignorePatterns: ["private", "templates/*", ".obsidian"],
20
defaultDateType: "created",
21
theme: {
22
fontOrigin: "googleFonts",
0 commit comments