Skip to content

Commit 036cfcf

Browse files
Fix: remove trailing slash from config baseUrl
1 parent b220f01 commit 036cfcf

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
@@ -15,7 +15,7 @@ const config: QuartzConfig = {
1515
provider: "plausible",
1616
},
1717
locale: "en-US",
18-
baseUrl: "morrowind-modding.github.io/",
18+
baseUrl: "morrowind-modding.github.io",
1919
ignorePatterns: ["private", "**/templates/", ".obsidian"],
2020
defaultDateType: "created",
2121
theme: {

0 commit comments

Comments
 (0)