Skip to content

Commit

Permalink
fix: configure icon module to use local bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
oneminch committed Oct 17, 2024
1 parent aacee67 commit 53de66b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ export default defineNuxtConfig({
compatibilityDate: "2024-04-03",
components: [{ path: "~/components", pathPrefix: false }],
devtools: { enabled: false },
icon: {
mode: "svg",
serverBundle: "local"
// clientBundle: { icons: ["uil:github", "logos:vitejs"], scan: true }
},
modules: [
"@nuxtjs/tailwindcss",
"@nuxt/icon",
Expand Down

0 comments on commit 53de66b

Please sign in to comment.