Skip to content

Commit a105914

Browse files
committed
force dynamic
1 parent c7943ac commit a105914

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: app/api/youtube/rss.xml/route.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export const dynamic = "force-dynamic"; // defaults to auto
2+
13
import { Feed } from 'feed';
24

35
const YOUTUBE_API_KEY = process.env.YOUTUBE_API_KEY as string;

0 commit comments

Comments
 (0)