adds canonifyURLs to config to remove the alt domains

(which might enable the search function on 404 page again (on different/alt domains))
main
Dominic Reich 1 year ago
parent 5978dfd09e
commit a41af3bb87
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -5,6 +5,8 @@
# baseURL = "https://your_domain.com/"
baseURL = "https://oe7drt.com/"
defaultContentLanguage = "en"
relativeURLs = false
canonifyURLs = true
enableRobotsTXT = true
paginate = 10

Loading…
Cancel
Save