Added default BASE_URL env variable

This commit is contained in:
Liyas Thomas
2020-08-30 11:21:42 +05:30
parent 210727ea0e
commit 1e91ca5eda

View File

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