mirror of
https://github.com/lingke-net/koring-space.git
synced 2026-09-12 05:45:17 +08:00
修复logo问题
This commit is contained in:
+2
-7
@@ -20,9 +20,9 @@ const geistMono = Geist_Mono({
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Koring Team",
|
||||
description: "Generated by create next app",
|
||||
description: "Koring Team 工作室",
|
||||
icons: {
|
||||
icon: "/favicon.svg",
|
||||
icon: "/run.svg",
|
||||
},
|
||||
};
|
||||
|
||||
@@ -43,11 +43,6 @@ export default function RootLayout({
|
||||
<div style={{ height: 90 }} />
|
||||
<main className="flex-1 px-4 sm:px-10 lg:px-48">
|
||||
{children}
|
||||
<Script
|
||||
src="https://analysis.rivfox.com/api/script.js"
|
||||
data-site-id="aaedd41de497"
|
||||
strategy="afterInteractive"
|
||||
/>
|
||||
</main>
|
||||
<div style={{ height: 50 }} />
|
||||
<Footer/>
|
||||
|
||||
Reference in New Issue
Block a user