Skip to content

Commit bb7eef7

Browse files
committed
Updated config
1 parent 3ec50e2 commit bb7eef7

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ typings/
8181
# Nuxt.js build / generate output
8282
.nuxt
8383
dist
84+
sw.*
8485

8586
# Gatsby files
8687
.cache/

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
** Axios configuration
6767
*/
6868
axios: {
69-
baseURL: process.env.API_URL
69+
baseURL: process.env.API_URL || 'http://localhost:3000/'
7070
},
7171

7272
/*

static/sw.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)