This commit is contained in:
mei 2024-12-14 09:53:29 +08:00
parent 04f204208a
commit a98dcf3e9e
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,10 @@ const inter = Inter({ subsets: ['latin'] })
export const metadata = { export const metadata = {
title: '影视星河', title: '影视星河',
description: '影视星河摄影社团官方网站', description: '影视星河摄影社团官方网站',
keywords: ['影视星河,北京师范大学东营实验学校,摄影,社团'],
authors: [{ name: '影视星河' }],
creator: '影视星河',
publisher: '影视星河',
} }
export default function RootLayout({ export default function RootLayout({
@ -16,7 +20,7 @@ export default function RootLayout({
children: React.ReactNode children: React.ReactNode
}) { }) {
return ( return (
<html lang="en"> <html lang="zh-Hans">
<body className={inter.className}> <body className={inter.className}>
<Navbar /> <Navbar />
{children} {children}

View File

@ -11,7 +11,7 @@ const Footer = () => {
</p> </p>
<p> <p>
: :
<a href="http://www.beian.miit.gov.cn" target="_blank" rel="noopener noreferrer"> <a href="http://beian.miit.gov.cn" target="_blank" rel="noopener noreferrer">
ICP备12345678号-9 ICP备12345678号-9
</a> </a>
</p> </p>