Add xml namespaces

This commit is contained in:
2023-10-11 20:33:31 -06:00
parent 8f6df0d78b
commit d2d69d93bc

View File

@@ -66,6 +66,9 @@ const buildFeeds = (
_attr: { _attr: {
version: '2.0', version: '2.0',
'xmlns:atom': 'http://www.w3.org/2005/Atom', 'xmlns:atom': 'http://www.w3.org/2005/Atom',
'xmlns:itunes': 'http://www.itunes.com/dtds/podcast-1.0.dtd',
'xmlns:content': 'http://purl.org/rss/1.0/modules/content/',
'xmlns:podcast': 'https://podcastindex.org/namespace/1.0',
}, },
}, },
{ {