We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2b04c commit 5563670Copy full SHA for 5563670
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