Skip to content

Commit

Permalink
[DOCS] Fix config.js for sitemap (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Jan 16, 2024
1 parent 67136ef commit a90f4c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = {
]
}
]
}
},
plugins: {
'sitemap': {
hostname: 'https://docs.openmqttgateway.com',
Expand All @@ -123,4 +123,5 @@ module.exports = {
'https://www.theengs.io/'
],
},
}
}
}

0 comments on commit a90f4c8

Please sign in to comment.