Skip to content

Commit

Permalink
chore: gen web icons assets
Browse files Browse the repository at this point in the history
  • Loading branch information
baimamboukar committed Aug 27, 2024
1 parent ef5c426 commit fc583dc
Show file tree
Hide file tree
Showing 10 changed files with 21,710 additions and 4,773 deletions.
10 changes: 8 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
extends: ['@nuxt/ui-pro'],

modules: [
'@nuxt/content',
'@nuxt/ui',
'@nuxt/fonts'
],

ui: {
icons: ['heroicons', 'simple-icons']
},

devtools: {
enabled: true
},

typescript: {
strict: false
}
})
},

compatibilityDate: '2024-07-26'
})
Loading

0 comments on commit fc583dc

Please sign in to comment.