Merge pull request #1190 from ajnart/1187-page-title-on-a-new-install-doesnt-reflect-the-correct-version-number

 Remove version name in default config
This commit is contained in:
Thomas Camlong
2023-07-21 17:50:47 +09:00
committed by GitHub

View File

@@ -377,7 +377,7 @@
"enabledPing": false, "enabledPing": false,
"enabledSearchbar": true "enabledSearchbar": true
}, },
"pageTitle": "Homarr v0.12 ⭐️", "pageTitle": "Homarr ⭐️",
"logoImageUrl": "/imgs/logo/logo.png", "logoImageUrl": "/imgs/logo/logo.png",
"faviconUrl": "/imgs/favicon/favicon-squared.png", "faviconUrl": "/imgs/favicon/favicon-squared.png",
"backgroundImageUrl": "", "backgroundImageUrl": "",