diff --git a/src/app/tags/page.tsx b/src/app/tags/page.tsx index 5f9753b..a95a504 100755 --- a/src/app/tags/page.tsx +++ b/src/app/tags/page.tsx @@ -5,8 +5,8 @@ import TagItemCard from "./components/TagItemCard" import { Metadata } from "next"; export const metadata: Metadata = { - title: "标签页", - description: "标签页", + title: "标签墙", + description: "标签墙", }; export default async () => { @@ -14,7 +14,7 @@ export default async () => { return (