Skip to content

Commit e18f015

Browse files
authored
Update hugo.yaml
obey claude
1 parent a18d834 commit e18f015

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

hugo.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
baseURL: "https://neurodatawithoutborders.github.io/nwb-website/"
1+
aseURL: "https://neurodatawithoutborders.github.io/nwb-website/"
22
languageCode: "en"
33
title: "Neurodata Without Borders"
44
paginate: 6
5-
65
# Markup
76
markup:
87
goldmark:
98
renderer:
109
unsafe: true
11-
1210
# Modules
1311
module:
1412
mounts:
1513
- source: "assets"
1614
target: "assets"
1715
- source: "static"
18-
target: "static"
19-
publishDir: "public"
16+
target: "" # Mount static directly to root
17+
relativeURLs: true

0 commit comments

Comments
 (0)