Skip to content

Commit 8a1597e

Browse files
authored
Fix conflict with proxy module
See baseURL section: https://axios.nuxtjs.org/options
1 parent a682105 commit 8a1597e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.js

Lines changed: 1 addition & 1 deletion
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)