From 0063230be700ee6b31202b978be7be4ec50f53ca Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 13 Aug 2021 19:01:44 -0400 Subject: [PATCH] Config: cleanup homepage output format config (#826) - Ensure that the Netlify redirects file isn't used as an homepage `alternate` - Use default base name for RSS --- config.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index 8aba126..4c78016 100644 --- a/config.yaml +++ b/config.yaml @@ -73,17 +73,16 @@ markup: endLevel: 5 ordered: false -# Configuration required for auto-generating the Netlify _redirects file +# Netlify _redirects file + mediaTypes: - text/netlify: - delimiter: '' + text/netlify: {} outputFormats: REDIRECTS: mediaType: text/netlify baseName: _redirects - RSS: - baseName: feed + notAlternative: true outputs: home: [HTML, REDIRECTS, RSS]