Skip to content

Commit

Permalink
fix: remove baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Sep 24, 2023
1 parent e9c0c5d commit 281d13e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
export default defineNuxtConfig({
// https://github.com/nuxt-themes/docus
extends: '@nuxt-themes/docus',
app: {
baseURL: '/nuxt-open-fetch/'
},
modules: [
// https://github.com/nuxt-modules/plausible
'@nuxtjs/plausible',
// https://github.com/nuxt/devtools
'@nuxt/devtools'
],
nitro: {
preset: 'github-pages'
preset: 'vercel'
}
})

0 comments on commit 281d13e

Please sign in to comment.