diff --git a/hugo.yaml b/hugo.yaml index c7bee03..36be44a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -24,19 +24,19 @@ outputs: home: - html - rss - - REDIR + - redirects outputFormats: # https://honnef.co/articles/generating-netlify-_redirects-from-hugo/ - REDIR: - mediaType: text/caddy + redirects: baseName: _redirects isPlainText: true - notAlternative: true + mediaType: text/redirects + root: true mediaTypes: # https://honnef.co/articles/generating-netlify-_redirects-from-hugo/ - text/caddy: + text/redirects: delimeter: "" privacy: diff --git a/layouts/home.REDIR b/layouts/home.redirects similarity index 100% rename from layouts/home.REDIR rename to layouts/home.redirects