From 8a96114451118450d005566e273cd1c28500ff94 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 19 Oct 2019 23:17:25 +0200 Subject: Switch to prime url --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuxt.config.js') 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', -- cgit 1.4.1