Skip to content

Commit b26c828

Browse files
author
Chris Gårdenberg
committed
fix(Documentation): Fixed a config error for the new version of Docusaurus
1 parent aec2950 commit b26c828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

new_website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
}
3939
},
4040
"theme": {
41-
"customCss": "../src/css/customTheme.css"
41+
"customCss": "./src/css/customTheme.css"
4242
}
4343
}
4444
]

0 commit comments

Comments
 (0)