adds canonifyURLs to config to remove the alt domains
(which might enable the search function on 404 page again (on different/alt domains))
This commit is contained in:
parent
5978dfd09e
commit
a41af3bb87
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
# baseURL = "https://your_domain.com/"
|
# baseURL = "https://your_domain.com/"
|
||||||
baseURL = "https://oe7drt.com/"
|
baseURL = "https://oe7drt.com/"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
relativeURLs = false
|
||||||
|
canonifyURLs = true
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
paginate = 10
|
paginate = 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue