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: "*",