mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-22 19:24:10 +01:00
Set canonifyURLs to true (#3037)
This fixes absolute path links when we're hosting the site under a different path other than /.
This commit is contained in:
parent
b139312532
commit
ecfd57c504
|
|
@ -1,6 +1,10 @@
|
||||||
baseURL = "/"
|
baseURL = "/"
|
||||||
title = "Matrix Specification"
|
title = "Matrix Specification"
|
||||||
|
|
||||||
|
# Prepends absolute URLs with the baseURL. Useful when hosting on non-root
|
||||||
|
# paths, such as /unstable.
|
||||||
|
canonifyURLs = true
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
|
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue