Skip to content

Commit

Permalink
docs(nuxt.config): update icon options
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 25, 2024
1 parent 749bf90 commit 0297361
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ export default defineNuxtConfig({
dir: resolve('./app/assets/icons')
}],
clientBundle: {
scan: true
}
scan: true,
includeCustomCollections: true
},
serverBundle: 'local'
},

content: {
Expand Down

0 comments on commit 0297361

Please sign in to comment.