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
This commit is contained in:
Patrice Chalin 2021-08-13 19:01:44 -04:00 committed by GitHub
parent 4ad6071303
commit 0063230be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -73,17 +73,16 @@ markup:
endLevel: 5 endLevel: 5
ordered: false ordered: false
# Configuration required for auto-generating the Netlify _redirects file # Netlify _redirects file
mediaTypes: mediaTypes:
text/netlify: text/netlify: {}
delimiter: ''
outputFormats: outputFormats:
REDIRECTS: REDIRECTS:
mediaType: text/netlify mediaType: text/netlify
baseName: _redirects baseName: _redirects
RSS: notAlternative: true
baseName: feed
outputs: outputs:
home: [HTML, REDIRECTS, RSS] home: [HTML, REDIRECTS, RSS]