Skip to content

Commit 18faeab

Browse files
fix: fetch icons from global server when not available in client bundle
1 parent 9f0634e commit 18faeab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nuxt.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ export default defineNuxtConfig({
2828
},
2929
},
3030

31+
icon: {
32+
provider: "iconify",
33+
clientBundle: {
34+
scan: true,
35+
}
36+
},
37+
3138
i18n: {
3239
defaultLocale: 'en',
3340
locales: [

0 commit comments

Comments
 (0)