Skip to content

Commit

Permalink
fix(meta): fix organization meta typo (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaiJi authored May 4, 2024
1 parent 3c88665 commit 7a5c38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[organization]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export async function getStaticProps(context: GetStaticPropsContext) {
events.length
} 场兽展,最近的一场在${dateString}${
organization?.description
? "他们是这样介绍自己的“${organization?.description}”"
? `他们是这样介绍自己的${organization?.description}。`
: "不过他们没怎么介绍自己。"
}`,
keywords: `${organization?.name}, ${organization?.name} 兽展, ${organization?.name} 兽聚`,
Expand Down

0 comments on commit 7a5c38d

Please sign in to comment.