From 9181ed8e136cd039b736eeff0349d61d813ae620 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 3 May 2021 15:48:41 -0500 Subject: [PATCH] Add siteURL to runtime config --- nuxt.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index ff6ff59..eef72ca 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -8,7 +8,8 @@ export default { publicRuntimeConfig: { allUpdateSubscribe: process.env.ALL_UPDATE_SUBSCRIBE, - testResultStore: process.env.TEST_RESULT_STORE + testResultStore: process.env.TEST_RESULT_STORE, + siteUrl: process.env.URL }, /*