There was an error while loading. Please reload this page.
1 parent 2b9a0cc commit 3729d20Copy full SHA for 3729d20
2 files changed
apps/web/src/modules/gallery/MasonryHeaderMasonryItem.tsx
@@ -86,7 +86,7 @@ export const MasonryHeaderMasonryItem = ({
86
)}
87
{siteConfig.social.rss && (
88
<a
89
- href={siteConfig.social.rss}
+ href="/feed.xml"
90
target="_blank"
91
className="text-text-secondary flex items-center justify-center p-2 duration-200 hover:text-[#ec672c]"
92
title="RSS"
site.config.ts
@@ -38,7 +38,7 @@ interface Author {
38
interface Social {
39
twitter?: string
40
github?: string
41
- rss?: string
+ rss?: boolean
42
}
43
44
const defaultConfig: SiteConfig = {
0 commit comments