feat: Setup Nuxt UI
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
modules: ["@nuxt/ui", "nuxt-svgo"],
|
||||
|
||||
compatibilityDate: "2026-03-18",
|
||||
devtools: { enabled: true },
|
||||
|
||||
ui: { colorMode: false },
|
||||
css: ["~/assets/css/_main.css"],
|
||||
components: { dirs: [{ path: "~/components", pathPrefix: false }] },
|
||||
|
||||
svgo: {
|
||||
autoImportPath: "~/assets/svg/",
|
||||
componentPrefix: "Svg",
|
||||
defaultImport: "component",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user