Skip to content

Commit

Permalink
Fix nuxt-icon lib; regenerate lock
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Dec 19, 2024
1 parent 498e03c commit 21dcefc
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 121 deletions.
2 changes: 1 addition & 1 deletion website/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineNuxtConfig } from "nuxt/config";

export default defineNuxtConfig({
modules: ["@nuxt/ui", "@nuxt/content", "@pinia/nuxt", "nuxt-icon"],
modules: ["@nuxt/ui", "@nuxt/content", "@pinia/nuxt", "@nuxt/icon"],
colorMode: {
preference: "light",
},
Expand Down
Loading

0 comments on commit 21dcefc

Please sign in to comment.