diff --git a/config.toml b/config.toml index 963d2fcd..1e4cb70e 100644 --- a/config.toml +++ b/config.toml @@ -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.