mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-27 11:28:38 +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 = "/"
|
||||
title = "Matrix Specification"
|
||||
|
||||
# Prepends absolute URLs with the baseURL. Useful when hosting on non-root
|
||||
# paths, such as /unstable.
|
||||
canonifyURLs = true
|
||||
|
||||
enableRobotsTXT = true
|
||||
|
||||
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
|
||||
|
|
|
|||
Loading…
Reference in a new issue