Skip to content

Commit

Permalink
Update blog/app/rss.xml/route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans authored Mar 7, 2024
1 parent e61a538 commit 9971dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blog/app/rss.xml/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { covers } from 'assets/assets';
import { Feed } from 'feed';

import { getPostsMetadata } from '@/lib/get_posts';

export const GET = async (request: Request) => {
const feed = new Feed({
title: 'ENS Blog',
Expand Down

0 comments on commit 9971dae

Please sign in to comment.