feat: Add favicon and logo, update header to use the new logo, and configure app icons.

This commit is contained in:
Yusuf İpek
2025-11-20 14:35:42 +03:00
parent 9c38be3a88
commit fbb3664880
2 changed files with 54 additions and 43 deletions
+5
View File
@@ -8,6 +8,11 @@ const inter = Inter({ subsets: ['latin'] })
export const metadata: Metadata = {
title: 'RepoHub - Cross-Platform Package Manager',
description: 'Simplify software installation across Linux, Windows, and macOS with official repositories',
icons: {
icon: '/logo.png',
shortcut: '/logo.png',
apple: '/logo.png',
},
}
export default function RootLayout({