Skip to content

Commit

Permalink
Merge pull request #8 from boonmeelab/main-version
Browse files Browse the repository at this point in the history
Main version
  • Loading branch information
MNutdanai authored Sep 25, 2024
2 parents f8a6369 + ae2869a commit ddf32e0
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 104 deletions.
9 changes: 0 additions & 9 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default defineNuxtConfig({
},

app: {
baseURL: "/uif/",
head: {
title: "BML UI Framework",
},
Expand All @@ -23,18 +22,10 @@ export default defineNuxtConfig({
],
},

alias: {
"#ui/utils": "@nuxt/ui/dist/runtime/utils",
},

components: {
dirs: [{ path: "~/components/Ui", pathPrefix: false }, "~/components"],
},

build: {
transpile: ["@nuxt/ui", "./config"],
},

modules: ["@nuxt/ui", "@nuxtjs/google-fonts", "nuxt-lodash", "@vueuse/nuxt"],

colorMode: {
Expand Down
Loading

0 comments on commit ddf32e0

Please sign in to comment.