Updated
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "Heymlz",
|
||||
"short_name": "Heymlz",
|
||||
"theme_color": "#ffffff",
|
||||
"icons": [
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user