Skip to content

Commit 53949da

Browse files
Disable relative URLs (#44)
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 3878677 commit 53949da

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
@@ -1,7 +1,6 @@
11
baseURL: "https://tools.scientific-python.org/"
22
title: "Tools"
33
theme: scientific-python-hugo-theme
4-
relativeURLs: true
54
disableKinds: ["term", "taxonomy"]
65

76
markup:

0 commit comments

Comments
 (0)