SEO
This commit is contained in:
@@ -2,5 +2,10 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-04-03',
|
||||
devtools: { enabled: true },
|
||||
modules: ['@nuxt/icon', '@nuxtjs/tailwindcss', '@nuxt/image']
|
||||
})
|
||||
modules: ['@nuxt/icon', '@nuxtjs/tailwindcss', '@nuxt/image'],
|
||||
app: {
|
||||
head: {
|
||||
link: [{ rel: 'icon', type: 'image/png', href: "/favicon.png" }]
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user