feat: add favicon
This commit is contained in:
@@ -13,6 +13,11 @@ export default defineNuxtConfig({
|
||||
"@nuxt/ui",
|
||||
"@nuxt/image",
|
||||
],
|
||||
app: {
|
||||
head: {
|
||||
link: [{ rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }],
|
||||
},
|
||||
},
|
||||
css: ["~/assets/app.css"],
|
||||
ssr: false,
|
||||
routeRules: {
|
||||
|
||||
Reference in New Issue
Block a user