This commit is contained in:
marzban-dev
2025-06-02 18:04:21 +03:30
parent a0edca3385
commit a41bd0b10f
3 changed files with 6 additions and 26 deletions
+6 -6
View File
@@ -17,12 +17,12 @@ export default defineNuxtConfig({
mode: "out-in",
},
head: {
meta: [
{
name: "mobile-web-app-capable" ,
content: "yes",
},
],
// meta: [
// {
// name: "mobile-web-app-capable" ,
// content: "yes",
// },
// ],
link: [
{
rel: "apple-touch-icon",
-12
View File
@@ -1,12 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="apple-touch-icon" href="/logo/apple-icon-180.png">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
</body>
</html>
-8
View File
@@ -1,8 +0,0 @@
{
"name": "Heymlz",
"short_name": "Heymlz",
"theme_color": "#ffffff",
"icons": [
]
}