mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Fix nuxt icon
This commit is contained in:
@@ -20,18 +20,21 @@ export default defineNuxtConfig({
|
|||||||
'@vueuse/nuxt',
|
'@vueuse/nuxt',
|
||||||
'@nuxtjs/google-fonts',
|
'@nuxtjs/google-fonts',
|
||||||
'nuxt-auth-utils',
|
'nuxt-auth-utils',
|
||||||
"@nuxt/content",
|
'@nuxt/content',
|
||||||
"@nuxthq/studio"
|
'@nuxthq/studio',
|
||||||
],
|
],
|
||||||
|
|
||||||
// Nuxt Hub
|
// Nuxt Hub
|
||||||
hub: {
|
hub: {
|
||||||
cache: true,
|
cache: true,
|
||||||
kv: true,
|
|
||||||
database: true,
|
|
||||||
analytics: true,
|
analytics: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Nuxt Icon
|
||||||
|
icon: {
|
||||||
|
serverBundle: 'remote',
|
||||||
|
},
|
||||||
|
|
||||||
// Nuxt Color Mode
|
// Nuxt Color Mode
|
||||||
colorMode: {
|
colorMode: {
|
||||||
preference: 'system',
|
preference: 'system',
|
||||||
@@ -48,7 +51,6 @@ export default defineNuxtConfig({
|
|||||||
googleFonts: {
|
googleFonts: {
|
||||||
display: 'swap',
|
display: 'swap',
|
||||||
families: {
|
families: {
|
||||||
'Inter': [400, 500, 600, 700, 800, 900],
|
|
||||||
'DM Sans': [400, 500, 600, 700, 800, 900],
|
'DM Sans': [400, 500, 600, 700, 800, 900],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -66,4 +68,4 @@ export default defineNuxtConfig({
|
|||||||
test: '',
|
test: '',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user