Skip to content

Commit

Permalink
✨ feat:新增 Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackishGreen33 committed May 25, 2024
1 parent 1a8c7bb commit 8a6e7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import GlobalStyles from '@/common/styles/GlobalStyles';
const inter = Inter({ subsets: ['latin'] });

export const metadata: Metadata = {
title: '智慧图谱',
description: '学习分析系统',
title: '哔哩哔哩近期热门视频分类检索分析系统',
description: '哔哩哔哩近期热门视频分类检索分析系统',
};

export default function RootLayout({
Expand Down

0 comments on commit 8a6e7ec

Please sign in to comment.