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)