structure: add favicon

This commit is contained in:
Alikia2x 2024-03-31 14:14:58 +08:00
parent a5f5112fc1
commit 09d099a625
2 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "SparkHome", title: "SparkHome",
description: "Your best browser homepage, with a magic searchbox." description: "Your best browser homepage, with a magic searchbox.",
icons: {
icon: "/favicon.ico"
}
}; };
export default function LocaleLayout({ export default function LocaleLayout({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 64 KiB