mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-18 00:47:10 +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 = {
|
||||
title: "Reduce",
|
||||
description: "A simple URL shortener application",
|
||||
icons: {
|
||||
icon: "/favicon.ico",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
|
||||
Reference in New Issue
Block a user