mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-11 10:36:07 +00:00
feat: Add favicon and logo, configure app icons to use favicon, and unignore public directory.
This commit is contained in:
+3
-3
@@ -9,9 +9,9 @@ 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',
|
||||
icon: '/favicon.ico',
|
||||
shortcut: '/favicon.ico',
|
||||
apple: '/favicon.ico',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user