Skip to content

Commit 10f70df

Browse files
Disable relative URLs (#623)
Not sure why we enabled this. But my understanding is this is not recommended. It states here https://gohugo.io/content-management/urls/#relative-urls ``` Do not enable this option unless you are creating a serverless site, navigable via the file system. ```
1 parent 189bcee commit 10f70df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ baseURL: "https://scientific-python.org"
33
languageCode: en-us
44
theme: scientific-python-hugo-theme
55
DefaultContentLanguage: en
6-
relativeURLs: true
76
disableKinds: ["term", "taxonomy"]
87
markup:
98
highlight:

0 commit comments

Comments
 (0)