Skip to content

Commit 3169d34

Browse files
Fix: alter quart.config ignorePattern for "Templates"
Changed `ignorePatterns` from `"templates"` to `"templates/*"` to omit all files within `templates/`
1 parent c231e34 commit 3169d34

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)