Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Amirul committed Feb 9, 2024
1 parent cc726cc commit 3c94b59
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ export default defineNuxtConfig({
}
},
app: {
baseURL: '/', // baseURL: '/<repository>/'
buildAssetsDir: 'build', // don't use "_" at the begining of the folder name to avoids nojkill conflict
head: {
charset: 'utf-8',
viewport: 'width=device-width, initial-scale=1',
}
},
devtools: {
enabled: true,
enabled: false,
timeline: {
enabled: true
enabled: false
}
},
modules: [
Expand Down

0 comments on commit 3c94b59

Please sign in to comment.