Skip to content

Commit b0e9502

Browse files
committed
Bump dependencies, scan for all icons in json files
1 parent 1b4e0b2 commit b0e9502

File tree

3 files changed

+262
-188
lines changed

3 files changed

+262
-188
lines changed

client/nuxt.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ export default defineNuxtConfig({
8080
fallback: 'light',
8181
classPrefix: '',
8282
},
83+
icon: {
84+
clientBundle: {
85+
scan: {
86+
globInclude: ['**/*.vue', '**/*.json'],
87+
},
88+
},
89+
},
8390
sitemap,
8491
runtimeConfig,
8592
gtm

0 commit comments

Comments
 (0)