Skip to content

Commit

Permalink
feat: add namespaces xml
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Aug 8, 2023
1 parent 68aea0f commit d756c28
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/rss.xml/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ export async function GET() {
itunesSubtitle: `Le podcast des gens qui font le web`,
itunesSummary: `Le podcast dédié au web et aux gens qui tous les jours construisent Internet`,
itunesOwner: { name: 'Erreur 200', email: 'info@erreur200.com' },
itunesExplicit: false
itunesExplicit: false,
namespaces: {
'podcast': true,
},
customNamespaces: {
'googleplay': 'http://www.google.com/schemas/play-podcasts/1.0',
},
})

for (const episode of episodes) {
Expand Down

0 comments on commit d756c28

Please sign in to comment.