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