fix: dotenv

This commit is contained in:
liyasthomas
2021-05-16 14:10:39 +05:30
parent 9cb9e9e7b6
commit a24049aa17

View File

@@ -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)