Skip to content

Commit 5563670

Browse files
Fix: KILL TEMPLATES
YOU WILL SUFFER GREATLY
1 parent 4f2b04c commit 5563670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartz.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config: QuartzConfig = {
1616
},
1717
locale: "en-US",
1818
baseUrl: "morrowind-modding.github.io/",
19-
ignorePatterns: ["private", "templates/*", ".obsidian"],
19+
ignorePatterns: ["private", "**/templates/", ".obsidian"],
2020
defaultDateType: "created",
2121
theme: {
2222
fontOrigin: "googleFonts",

0 commit comments

Comments
 (0)