Skip to content

Commit

Permalink
Bump dependencies, scan for all icons in json files
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Nov 20, 2024
1 parent 1b4e0b2 commit b0e9502
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 188 deletions.
7 changes: 7 additions & 0 deletions client/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ export default defineNuxtConfig({
fallback: 'light',
classPrefix: '',
},
icon: {
clientBundle: {
scan: {
globInclude: ['**/*.vue', '**/*.json'],
},
},
},
sitemap,
runtimeConfig,
gtm
Expand Down
Loading

0 comments on commit b0e9502

Please sign in to comment.