Set canonifyURLs to true (#3037)

This fixes absolute path links when we're hosting the site under a
different path other than /.
pull/977/head
Andrew Morgan 3 years ago committed by Richard van der Hoff
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…
Cancel
Save