🍱 Update icon

This commit is contained in:
2024-08-19 18:59:20 +08:00
parent d6936f0056
commit 19ae941b54
10 changed files with 9 additions and 9 deletions

View File

@ -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" },
],
})