🍱 Add favicon
This commit is contained in:
@@ -17,7 +17,8 @@ export default defineNuxtConfig({
|
|||||||
app: {
|
app: {
|
||||||
pageTransition: { name: "page", mode: "out-in" },
|
pageTransition: { name: "page", mode: "out-in" },
|
||||||
head: {
|
head: {
|
||||||
titleTemplate: "%s - Solar Network"
|
titleTemplate: "%s - Solar Network",
|
||||||
|
link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
site: {
|
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