From a24049aa178de6429274e3a85af8db7d6db79403 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 16 May 2021 14:10:39 +0530 Subject: [PATCH] fix: dotenv --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 1386280d6..ddc59c7f9 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -176,7 +176,7 @@ export default { // Sitemap module configuration (https://github.com/nuxt-community/sitemap-module) sitemap: { - hostname: process.env.BASE_URL, + hostname: process.env.BASE_URL || "https://hoppscotch.io", }, // Robots module configuration (https://github.com/nuxt-community/robots-module)