Update assets
@@ -17,18 +17,18 @@ export default defineNuxtConfig({
|
||||
mode: "out-in",
|
||||
},
|
||||
head: {
|
||||
// link: [
|
||||
// {
|
||||
// rel: "apple-touch-icon",
|
||||
// href: "icon-dark.png",
|
||||
// media: "(prefers-color-scheme: dark)",
|
||||
// },
|
||||
// {
|
||||
// rel: "apple-touch-icon",
|
||||
// href: "icon-light.png",
|
||||
// media: "(prefers-color-scheme: light)",
|
||||
// },
|
||||
// ],
|
||||
meta: [
|
||||
{
|
||||
name: "apple-mobile-web-app-capable",
|
||||
content: "yes",
|
||||
},
|
||||
],
|
||||
link: [
|
||||
{
|
||||
rel: "apple-touch-icon",
|
||||
href: "/logo/apple-icon-180.png",
|
||||
},
|
||||
],
|
||||
},
|
||||
// layoutTransition: {
|
||||
// name: "fade",
|
||||
@@ -97,16 +97,28 @@ export default defineNuxtConfig({
|
||||
theme_color: "#ffffff",
|
||||
icons: [
|
||||
{
|
||||
src: "/logo/logo-192x192.png",
|
||||
src: "/logo/manifest-icon-192.maskable.png",
|
||||
sizes: "192x192",
|
||||
type: "image/png",
|
||||
purpose: "monochrome",
|
||||
purpose: "any",
|
||||
},
|
||||
{
|
||||
src: "/logo/logo-512x512.png",
|
||||
src: "/logo/manifest-icon-192.maskable.png",
|
||||
sizes: "192x192",
|
||||
type: "image/png",
|
||||
purpose: "maskable",
|
||||
},
|
||||
{
|
||||
src: "/logo/manifest-icon-512.maskable.png",
|
||||
sizes: "512x512",
|
||||
type: "image/png",
|
||||
purpose: "monochrome",
|
||||
purpose: "any",
|
||||
},
|
||||
{
|
||||
src: "/logo/manifest-icon-512.maskable.png",
|
||||
sizes: "512x512",
|
||||
type: "image/png",
|
||||
purpose: "maskable",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
@@ -0,0 +1,12 @@
|
||||
<!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>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Heymlz",
|
||||
"short_name": "Heymlz",
|
||||
"theme_color": "#ffffff",
|
||||
"icons": [
|
||||
|
||||
]
|
||||
}
|
||||