Skip to content

Commit 4ae14b1

Browse files
🏨
1 parent 7b1fc5f commit 4ae14b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/PageHead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const PageHead: React.FC<
1313
url?: string
1414
}
1515
> = ({ site, title, description, pageId, image, url }) => {
16-
const rssFeedUrl = `${config.host}/feed.xml`
16+
const rssFeedUrl = `${config.host}/feed`
1717

1818
title = title ?? site?.name
1919
description = description ?? site?.description
File renamed without changes.

0 commit comments

Comments
 (0)