🍱 Update icon
This commit is contained in:
parent
d6936f0056
commit
19ae941b54
Binary file not shown.
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 550 KiB |
@ -67,7 +67,7 @@ export default defineNuxtConfig({
|
||||
titleTemplate: "%s | Solsynth",
|
||||
meta: [],
|
||||
link: [
|
||||
{ rel: "icon", type: "image/png", href: "/favicon.png" },
|
||||
{ rel: "icon", type: "image/png", href: "/icon.png" },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
@ -89,8 +89,8 @@ useHead({
|
||||
title: title.value,
|
||||
titleTemplate: "%s on Solar Network",
|
||||
link: [
|
||||
{ rel: "icon", type: "image/png", href: "/favicon-solian.png" },
|
||||
{ rel: "apple-touch-icon", type: "image/png", href: "/favicon-solian.png" },
|
||||
{ rel: "icon", type: "image/png", href: "/icon-solar-network.png" },
|
||||
{ rel: "apple-touch-icon", type: "image/png", href: "/icon-solar-network.png" },
|
||||
],
|
||||
})
|
||||
|
||||
|
@ -127,8 +127,8 @@ useHead({
|
||||
title: title.value,
|
||||
titleTemplate: "%s on Solar Network",
|
||||
link: [
|
||||
{ rel: "icon", type: "image/png", href: "/favicon-solian.png" },
|
||||
{ rel: "apple-touch-icon", type: "image/png", href: "/favicon-solian.png" },
|
||||
{ rel: "icon", type: "image/png", href: "/icon-solar-network.png" },
|
||||
{ rel: "apple-touch-icon", type: "image/png", href: "/icon-solar-network.png" },
|
||||
],
|
||||
})
|
||||
|
||||
|
@ -85,8 +85,8 @@ useHead({
|
||||
title: title.value,
|
||||
titleTemplate: "%s on Solar Network",
|
||||
link: [
|
||||
{ rel: "icon", type: "image/png", href: "/favicon-solian.png" },
|
||||
{ rel: "apple-touch-icon", type: "image/png", href: "/favicon-solian.png" },
|
||||
{ rel: "icon", type: "image/png", href: "/icon-solar-network.png" },
|
||||
{ rel: "apple-touch-icon", type: "image/png", href: "/icon-solar-network.png" },
|
||||
],
|
||||
})
|
||||
|
||||
|
@ -126,8 +126,8 @@ useHead({
|
||||
title: title.value,
|
||||
titleTemplate: "%s on Solar Network",
|
||||
link: [
|
||||
{ rel: "icon", type: "image/png", href: "/favicon-solian.png" },
|
||||
{ rel: "apple-touch-icon", type: "image/png", href: "/favicon-solian.png" },
|
||||
{ rel: "icon", type: "image/png", href: "/icon-solar-network.png" },
|
||||
{ rel: "apple-touch-icon", type: "image/png", href: "/icon-solar-network.png" },
|
||||
],
|
||||
})
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 406 KiB |
Binary file not shown.
Before Width: | Height: | Size: 185 KiB |
BIN
public/icon-solar-network.png
Normal file
BIN
public/icon-solar-network.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
public/icon.png
Normal file
BIN
public/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 550 KiB |
Loading…
Reference in New Issue
Block a user