We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec50e2 commit bb7eef7Copy full SHA for bb7eef7
.gitignore
@@ -81,6 +81,7 @@ typings/
81
# Nuxt.js build / generate output
82
.nuxt
83
dist
84
+sw.*
85
86
# Gatsby files
87
.cache/
nuxt.config.js
@@ -66,7 +66,7 @@ module.exports = {
66
** Axios configuration
67
*/
68
axios: {
69
- baseURL: process.env.API_URL
+ baseURL: process.env.API_URL || 'http://localhost:3000/'
70
},
71
72
/*
static/sw.js
0 commit comments