about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nuxt.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index 44a1de3..4ade6f8 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -1,6 +1,6 @@
 import k from './api'
 
-const BASE_URL = process.env.DEPLOY_URL || 'http://localhost:3000'
+const BASE_URL = process.env.DEPLOY_PRIME_URL || 'http://localhost:3000'
 
 export default {
   mode: 'universal',