fix: dotenv
This commit is contained in:
parent
9cb9e9e7b6
commit
a24049aa17
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue