Skip to content

Commit 9ac9fcf

Browse files
committed
换个url试一下
1 parent d2d80bc commit 9ac9fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const metadata: Metadata = {
55
title: 'CogNLP Lab | 实验室主页',
66
description: '人工智能、人机协同认知、自然语言处理实验室主页',
77
icons: [{ rel: 'icon', url: 'favicon.svg' }],
8-
metadataBase: new URL('https://hint-lab.github.io/people/wang-h')
8+
metadataBase: new URL('https://hint-lab.github.io/people/wang_hao')
99
};
1010

1111
export default function RootLayout({ children }: { children: React.ReactNode }) {

0 commit comments

Comments
 (0)