10 lines
227 B
JavaScript
Raw Normal View History

2023-05-04 20:17:02 +02:00
import getGetRssServerSideProps from '../../../lib/rss'
import { ITEMS } from '../../../fragments/items'
export default function RssFeed () {
return null
}
2023-05-04 15:05:07 -05:00
export const getServerSideProps = getGetRssServerSideProps(ITEMS)