diff --git a/assets/logo-w-shadow.png b/assets/logo-w-shadow.png index 85245fe..e84d542 100644 Binary files a/assets/logo-w-shadow.png and b/assets/logo-w-shadow.png differ diff --git a/nuxt.config.ts b/nuxt.config.ts index b5a7d4a..3f2394b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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" }, ], }, }, diff --git a/pages/embed/gallery/[id].vue b/pages/embed/gallery/[id].vue index dd26817..cd4b6fe 100644 --- a/pages/embed/gallery/[id].vue +++ b/pages/embed/gallery/[id].vue @@ -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" }, ], }) diff --git a/pages/embed/posts/[id].vue b/pages/embed/posts/[id].vue index dadd444..27fa266 100644 --- a/pages/embed/posts/[id].vue +++ b/pages/embed/posts/[id].vue @@ -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" }, ], }) diff --git a/pages/gallery/[id].vue b/pages/gallery/[id].vue index 84a9421..d6ac65d 100644 --- a/pages/gallery/[id].vue +++ b/pages/gallery/[id].vue @@ -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" }, ], }) diff --git a/pages/posts/[id].vue b/pages/posts/[id].vue index 912196b..c74b33d 100644 --- a/pages/posts/[id].vue +++ b/pages/posts/[id].vue @@ -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" }, ], }) diff --git a/public/favicon-solian.png b/public/favicon-solian.png deleted file mode 100644 index df649d8..0000000 Binary files a/public/favicon-solian.png and /dev/null differ diff --git a/public/favicon.png b/public/favicon.png deleted file mode 100644 index 85245fe..0000000 Binary files a/public/favicon.png and /dev/null differ diff --git a/public/icon-solar-network.png b/public/icon-solar-network.png new file mode 100644 index 0000000..824c297 Binary files /dev/null and b/public/icon-solar-network.png differ diff --git a/public/icon.png b/public/icon.png new file mode 100644 index 0000000..e84d542 Binary files /dev/null and b/public/icon.png differ