Skip to content

Commit da3425d

Browse files
committed
fix(icon): use iconify provider
1 parent 1b8077e commit da3425d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ export default defineNuxtConfig({
3636
braceStyle: '1tbs'
3737
}
3838
}
39+
},
40+
41+
icon: {
42+
provider: 'iconify'
3943
}
4044
})

0 commit comments

Comments
 (0)