feat: Add favicon and logo, configure app icons to use favicon, and unignore public directory.

This commit is contained in:
Yusuf İpek
2025-11-20 14:36:01 +03:00
parent fbb3664880
commit 99d9c7e00b
4 changed files with 3 additions and 4 deletions
+3 -3
View File
@@ -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',
},
}