Skip to content

Commit 888a9a8

Browse files
authored
Merge pull request #68 from danielpeintner/issue-63-2
fix: 404 missing to find proper CSS in subfolders
2 parents d223315 + b02db71 commit 888a9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ theme = "thingweb"
77

88
# both following flags needed so that the content in /public uses correct locations
99
uglyURLs = "true"
10-
relativeURLs = "true"
10+
#relativeURLs = "true" # https://github.com/eclipse-thingweb/website/issues/63
1111

1212
#MetaDataFormat = "yaml"
1313
#DefaultContentLanguage = "en"

0 commit comments

Comments
 (0)