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
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]