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 }, /*