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 a18d834 commit e18f015Copy full SHA for e18f015
hugo.yaml
@@ -1,19 +1,17 @@
1
-baseURL: "https://neurodatawithoutborders.github.io/nwb-website/"
+aseURL: "https://neurodatawithoutborders.github.io/nwb-website/"
2
languageCode: "en"
3
title: "Neurodata Without Borders"
4
paginate: 6
5
-
6
# Markup
7
markup:
8
goldmark:
9
renderer:
10
unsafe: true
11
12
# Modules
13
module:
14
mounts:
15
- source: "assets"
16
target: "assets"
17
- source: "static"
18
- target: "static"
19
-publishDir: "public"
+ target: "" # Mount static directly to root
+relativeURLs: true
0 commit comments