fix: icon error

This commit is contained in:
2024-07-28 01:59:09 +08:00
parent 8eeccb0a18
commit 8f4f2b6596
2 changed files with 30 additions and 25 deletions

View File

@@ -19,6 +19,11 @@ export default defineNuxtConfig({
'@nuxt/image',
],
icon: {
provider: 'iconify',
serverBundle: false,
},
colorMode: {
preference: 'light',
},