We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7943ac commit a105914Copy full SHA for a105914
app/api/youtube/rss.xml/route.tsx
@@ -1,3 +1,5 @@
1
+export const dynamic = "force-dynamic"; // defaults to auto
2
+
3
import { Feed } from 'feed';
4
5
const YOUTUBE_API_KEY = process.env.YOUTUBE_API_KEY as string;
0 commit comments