Skip to content

Commit 99f1255

Browse files
committed
fix: remove log
1 parent c72b702 commit 99f1255

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/next-blog/src/utils/generateRSSFeed.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { getAllPosts } from './blog'
33

44
export async function generateRssFeed(type: 'rss' | 'atom' | 'json' = 'rss') {
55
const allPosts = (await getAllPosts()) ?? []
6-
console.log(allPosts, allPosts.length)
7-
// const site_url = process.env.VERCEL ? 'https://blog.trialanderror.org' : 'http://localhost:4200'
86
const site_url = 'https://blog.trialanderror.org'
97

108
const feedOptions: FeedOptions = {

0 commit comments

Comments
 (0)