Updated
This commit is contained in:
+2
-12
@@ -18,24 +18,14 @@ export default defineNuxtConfig({
|
||||
},
|
||||
head: {
|
||||
link: [
|
||||
{
|
||||
rel: "icon",
|
||||
href: "/logo/apple-touch-icon.dark.png",
|
||||
media: "(prefers-color-scheme: dark)",
|
||||
},
|
||||
{
|
||||
rel: "icon",
|
||||
href: "/logo/apple-touch-icon.light.png",
|
||||
media: "(prefers-color-scheme: light)",
|
||||
},
|
||||
{
|
||||
rel: "apple-touch-icon",
|
||||
href: "/logo/apple-touch-icon.dark.png",
|
||||
href: "icon-dark.png",
|
||||
media: "(prefers-color-scheme: dark)",
|
||||
},
|
||||
{
|
||||
rel: "apple-touch-icon",
|
||||
href: "/logo/apple-touch-icon.light.png",
|
||||
href: "icon-light.png",
|
||||
media: "(prefers-color-scheme: light)",
|
||||
},
|
||||
],
|
||||
|
||||
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
Reference in New Issue
Block a user