Skip to content

Commit

Permalink
build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Billyas committed Dec 15, 2023
1 parent cf52336 commit 138e211
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default defineNuxtConfig({
{ src: 'https://hm.baidu.com/hm.js?871876fea253bad9c6a70a9b3ff3c2ff'}
]
},
baseURL: '/AQICalculator-nuxt3/'
baseURL: '/AQICalculator-nuxt3/',
buildAssetsDir: "/_nuxt/",
},
devtools: { enabled: false },
build: {
Expand All @@ -42,5 +43,7 @@ export default defineNuxtConfig({
},
},
},

router: {
base: '/AQICalculator-nuxt3/',
},
})

0 comments on commit 138e211

Please sign in to comment.