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
-1
View File
@@ -86,7 +86,6 @@ dist
# Gatsby files
.cache/
public
# Vite build output
dist/
Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

+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',
},
}