Skip to content

Commit

Permalink
Update app baseURL in nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Apr 15, 2024
1 parent 0f22ae9 commit 794e147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ export default defineNuxtConfig({
},
},
},
app: {
baseURL: '/osaka04/',
},
})

0 comments on commit 794e147

Please sign in to comment.