chore: 标准化头像和网站图标
Some checks failed
Deploy to K3s / deploy (push) Failing after 1m57s

This commit is contained in:
2025-12-20 13:20:18 +08:00
parent e4d7bc1a3a
commit 4ca1fb5ac9
5 changed files with 2 additions and 2 deletions

View File

@@ -1,11 +1,10 @@
import favicon from '../favicon.ico';
import Image from 'next/image';
export default function Home() {
return (
<div className="w-full flex-1 flex flex-col items-center justify-center">
<Image
src={favicon.src}
src="/avatar.png"
alt="TONE's avatar"
width={180}
height={180}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

View File

@@ -27,6 +27,7 @@ export default async function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<link rel="icon" href="/favicon.ico" />
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased min-h-screen flex flex-col`}
suppressHydrationWarning

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB