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:
@@ -86,7 +86,6 @@ dist
|
|||||||
|
|
||||||
# Gatsby files
|
# Gatsby files
|
||||||
.cache/
|
.cache/
|
||||||
public
|
|
||||||
|
|
||||||
# Vite build output
|
# Vite build output
|
||||||
dist/
|
dist/
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 189 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 246 KiB |
+3
-3
@@ -9,9 +9,9 @@ export const metadata: Metadata = {
|
|||||||
title: 'RepoHub - Cross-Platform Package Manager',
|
title: 'RepoHub - Cross-Platform Package Manager',
|
||||||
description: 'Simplify software installation across Linux, Windows, and macOS with official repositories',
|
description: 'Simplify software installation across Linux, Windows, and macOS with official repositories',
|
||||||
icons: {
|
icons: {
|
||||||
icon: '/logo.png',
|
icon: '/favicon.ico',
|
||||||
shortcut: '/logo.png',
|
shortcut: '/favicon.ico',
|
||||||
apple: '/logo.png',
|
apple: '/favicon.ico',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user