From d756c286a75a9b210e729607c670c3baf0e9d453 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 8 Aug 2023 00:22:45 -0400 Subject: [PATCH] feat: add namespaces xml --- app/rss.xml/route.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/rss.xml/route.ts b/app/rss.xml/route.ts index 22c0b4d..6da726f 100644 --- a/app/rss.xml/route.ts +++ b/app/rss.xml/route.ts @@ -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) {