Added default BASE_URL env variable
This commit is contained in:
parent
210727ea0e
commit
1e91ca5eda
1 changed files with 1 additions and 1 deletions
|
|
@ -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: "*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue