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:
Andrew Morgan 2021-03-02 11:03:25 +00:00 committed by Richard van der Hoff
parent b139312532
commit ecfd57c504

View file

@ -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.