mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-05-14 14:03:42 -05:00
fix/updated favicon
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
@@ -22,6 +22,11 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "QuickStack",
|
||||
description: "", // todo
|
||||
icons: [
|
||||
{ rel: "favicon", url: "/quickstack-icon-dark.png" },
|
||||
{ rel: "icon", url: "/quickstack-icon-dark.png" },
|
||||
{ rel: "apple-touch-icon", url: "/quickstack-icon-dark.png" }
|
||||
],
|
||||
};
|
||||
|
||||
export default async function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user