🍱 Add favicon
This commit is contained in:
@@ -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: {
|
||||
|
BIN
public/favicon.png
Executable file
BIN
public/favicon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Reference in New Issue
Block a user