mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-11 18:46:07 +00:00
feat: Add favicon and logo, update header to use the new logo, and configure app icons.
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user