mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Remove feed for comparison
This commit is contained in:
@@ -164,7 +164,6 @@ const parseEpisode = e => {
|
||||
const validation = XMLValidator.validate(outputXML)
|
||||
if (validation) {
|
||||
write('dist/feed.xml', xmlFormat(outputXML, { indentation: json2xmlOpts.indentBy, collapseContent: true }))
|
||||
write('static/feed.xml', xmlFormat(outputXML, { indentation: json2xmlOpts.indentBy, collapseContent: true }))
|
||||
} else {
|
||||
console.error(validation.err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user