Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
houko committed Apr 4, 2024
1 parent 83bb491 commit 68424c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
// export default defineNuxtConfig({
export default({
export default defineNuxtConfig({
devtools: { enabled: true },
router: {
base: '/nuxt-flowbite-samples/'
},
app: {
baseURL: '/nuxt-flowbite-samples/', // baseURL: '/<repository>/'
buildAssetsDir: 'assets', // don't use "_" at the begining of the folder name to avoids nojkill conflict
},
modules: [
"@pinia/nuxt",
"@nuxtjs/tailwindcss",
Expand Down

0 comments on commit 68424c2

Please sign in to comment.