Skip to content

Commit

Permalink
fix: hotfix for inconsistent icons #1
Browse files Browse the repository at this point in the history
  • Loading branch information
josselinonduty committed Feb 5, 2025
1 parent ec8fa2e commit 419625a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ export default defineNuxtConfig({
},

icon: {
serverBundle: {
collections: ["tabler", "logos"],
clientBundle: {
icons: [
"tabler:home",
"tabler:list",
"tabler:user-plus",
"tabler:user",
"tabler:logout",
"tabler:rosette-discount-check",
"tabler:rosette-discount-check-off",
],
},
},
});

0 comments on commit 419625a

Please sign in to comment.