We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d80bc commit 9ac9fcfCopy full SHA for 9ac9fcf
app/layout.tsx
@@ -5,7 +5,7 @@ export const metadata: Metadata = {
5
title: 'CogNLP Lab | 实验室主页',
6
description: '人工智能、人机协同认知、自然语言处理实验室主页',
7
icons: [{ rel: 'icon', url: 'favicon.svg' }],
8
- metadataBase: new URL('https://hint-lab.github.io/people/wang-h')
+ metadataBase: new URL('https://hint-lab.github.io/people/wang_hao')
9
};
10
11
export default function RootLayout({ children }: { children: React.ReactNode }) {
0 commit comments