This commit is contained in:
marzban-dev
2025-06-02 20:45:16 +03:30
parent 095587c5ef
commit 4254e24b21
+2 -1
View File
@@ -26,7 +26,8 @@ export default defineNuxtConfig({
link: [ link: [
{ {
rel: "apple-touch-icon", rel: "apple-touch-icon",
href: "/logo/apple-icon-180.png", sizes: "180x180",
href: "/logo/logo-test.png",
}, },
], ],
}, },