There was an error while loading. Please reload this page.
1 parent 48e116f commit 803ec31Copy full SHA for 803ec31
1 file changed
apps/site/src/app/newsletter/page.tsx
@@ -29,7 +29,7 @@ type RssItem = {
29
30
async function getLatestBlogPosts(count = 3): Promise<RssItem[]> {
31
try {
32
- const res = await fetch("http://www.prisma.io/blog/rss.xml", {
+ const res = await fetch("https://www.prisma.io/blog/rss.xml", {
33
next: { revalidate: 3600 },
34
});
35
const xml = await res.text();
0 commit comments