Skip to content

Commit 39e4664

Browse files
authored
Update hugo.yaml
1 parent 9cf3db4 commit 39e4664

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hugo.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL: https://neurodatawithoutborders.github.io/nwb-website/
2-
languageCode: "en"
3-
title: "Neurodata Without Borders"
2+
languageCode: en
3+
title: Neurodata Without Borders
44
paginate: 6
55
# Markup
66
markup:
@@ -10,7 +10,7 @@ markup:
1010
# Modules
1111
module:
1212
mounts:
13-
- source: "assets"
14-
target: "assets"
15-
- source: "static"
16-
target: "static"
13+
- source: assets
14+
target: assets
15+
- source: static
16+
target: "" # Changed from "static" to "" to mount to root

0 commit comments

Comments
 (0)