We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf3db4 commit 39e4664Copy full SHA for 39e4664
hugo.yaml
@@ -1,6 +1,6 @@
1
baseURL: https://neurodatawithoutborders.github.io/nwb-website/
2
-languageCode: "en"
3
-title: "Neurodata Without Borders"
+languageCode: en
+title: Neurodata Without Borders
4
paginate: 6
5
# Markup
6
markup:
@@ -10,7 +10,7 @@ markup:
10
# Modules
11
module:
12
mounts:
13
- - source: "assets"
14
- target: "assets"
15
- - source: "static"
16
- target: "static"
+ - source: assets
+ target: assets
+ - source: static
+ target: "" # Changed from "static" to "" to mount to root
0 commit comments