mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
🏨
This commit is contained in:
@@ -13,7 +13,7 @@ export const PageHead: React.FC<
|
||||
url?: string
|
||||
}
|
||||
> = ({ site, title, description, pageId, image, url }) => {
|
||||
const rssFeedUrl = `${config.host}/feed.xml`
|
||||
const rssFeedUrl = `${config.host}/feed`
|
||||
|
||||
title = title ?? site?.name
|
||||
description = description ?? site?.description
|
||||
|
||||
Reference in New Issue
Block a user