🍱 Add favicon

This commit is contained in:
2025-09-26 01:15:17 +08:00
parent c9f90bdc33
commit 847fecc67b
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,8 @@ export default defineNuxtConfig({
app: {
pageTransition: { name: "page", mode: "out-in" },
head: {
titleTemplate: "%s - Solar Network"
titleTemplate: "%s - Solar Network",
link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }]
}
},
site: {