mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-15 09:46:19 +01:00
♻️ Fix default img paths
This commit is contained in:
@@ -20,7 +20,7 @@ export function Head() {
|
||||
{/* configure apple splash screen & touch icon */}
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
href={config?.settings.customization.faviconUrl || '/imgs/favicon/favicon-squared.png'}
|
||||
href={config?.settings.customization.faviconUrl || '/imgs/favicon/favicon.svg'}
|
||||
/>
|
||||
<meta
|
||||
name="apple-mobile-web-app-title"
|
||||
|
||||
Reference in New Issue
Block a user