From 1e91ca5edace091e8757c8b3dbd50107acf57efe Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 30 Aug 2020 11:21:42 +0530 Subject: [PATCH] Added default `BASE_URL` env variable --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index a6bc7756f..a127a87a4 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -171,7 +171,7 @@ export default { id: process.env.GTM_ID, }, sitemap: { - hostname: process.env.BASE_URL, + hostname: process.env.BASE_URL || "https://hoppscotch.io/", }, robots: { UserAgent: "*",