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}