Skip to content

Commit

Permalink
Correct baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-okay committed May 23, 2023
1 parent b9d42f2 commit 910124c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import theme from '@nuxt/content-theme-docs'

export default theme({
buildModules: ['@nuxt/typescript-build'],
app: {
baseURL: '/ee-handbook/'
},
build: {
transpile: [/^vue-github-button/]
}
Expand Down

0 comments on commit 910124c

Please sign in to comment.