Skip to content

Commit

Permalink
fix: support dynamic base url, fix #33
Browse files Browse the repository at this point in the history
Release-As: 0.4.1
  • Loading branch information
antfu committed Apr 8, 2024
1 parent 2299639 commit 7e8e8bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export default defineNuxtConfig({
},
},

appConfig: {
baseURL: './',
},

experimental: {
typedPages: true,
},
Expand Down

0 comments on commit 7e8e8bf

Please sign in to comment.