2024-03-20 00:37:31 +00:00
|
|
|
import getGetRssServerSideProps from '@/lib/rss'
|
|
|
|
import { SUB_ITEMS } from '@/fragments/subs'
|
2023-07-23 15:08:43 +00:00
|
|
|
|
|
|
|
export default function RssFeed () {
|
|
|
|
return null
|
|
|
|
}
|
|
|
|
|
|
|
|
export const getServerSideProps = getGetRssServerSideProps(SUB_ITEMS)
|