Skip to content

Commit 5b11c7b

Browse files
authored
Merge pull request #1 from zachheine/patch-1
Fix conflict with proxy module
2 parents a682105 + 8a1597e commit 5b11c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default {
7979

8080
// @nuxtjs/axios plugin configuration
8181
axios: {
82-
baseURL: '/'
82+
prefix: '/'
8383
},
8484

8585
// @nuxtjs/proxy configuration

0 commit comments

Comments
 (0)