From 998e8c6284f304be8d044fbc63c4f235d51a1368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Thu, 24 Jun 2021 09:57:18 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=B8ver=20=C3=A5=20fikse=20merkelig=20probl?= =?UTF-8?q?em=20med=20at=20betaordboken=20bruker=20dev-api'en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev_server | 1 + .env.production | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.dev_server b/.env.dev_server index a93f4487..d78c51a2 100644 --- a/.env.dev_server +++ b/.env.dev_server @@ -1,2 +1,3 @@ NODE_ENV=production VUE_APP_VERSION_LABEL=DEVELOPMENT +VUE_APP_API_PREFIX= diff --git a/.env.production b/.env.production index 242375fd..af252fc9 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,3 @@ NODE_ENV=production VUE_APP_VERSION_LABEL=Beta +VUE_APP_API_PREFIX= -- GitLab