upgrade the project

This commit is contained in:
PrinOrange
2024-04-03 22:08:27 +08:00
parent a615511139
commit ea3597d62f
313 changed files with 10677 additions and 7069 deletions

View File

@@ -6,9 +6,8 @@ export const SEO = (props: { title: string; description?: string | null; coverUR
return (
<>
<title>{props.title}</title>
<link rel="alternate" type="application/rss+xml" href={RSSFeedURL} />
<link href={RSSFeedURL} rel="alternate" type="application/rss+xml" />
<NextSeo
title={props.title}
description={props.description ?? Config.Sentence}
openGraph={{
title: props.title,
@@ -31,6 +30,7 @@ export const SEO = (props: { title: string; description?: string | null; coverUR
},
],
}}
title={props.title}
twitter={{
handle: `@${Config.SocialLinks.twitter}`,
site: WebsiteURL,