mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-17 16:41:42 +00:00
Fix: add favicon to page metadata
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -9,6 +9,9 @@ const inter = Inter({ subsets: ["latin"] });
|
|||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Reduce",
|
title: "Reduce",
|
||||||
description: "A simple URL shortener application",
|
description: "A simple URL shortener application",
|
||||||
|
icons: {
|
||||||
|
icon: "/favicon.ico",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({ children }) {
|
export default function RootLayout({ children }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user