docs: use .com sitemap hostname (#1274)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-08-13 10:59:42 -07:00 committed by GitHub
parent fbf5b403b9
commit 332324fa2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,8 @@ module.exports = {
pattern: "**/*.md",
},
sitemap: {
hostname: "https://www.pomerium.io",
outFile: "docs/sitemap.xml"
hostname: "https://www.pomerium.com",
outFile: "docs/sitemap.xml",
},
"@vuepress/google-analytics": {
ga: "UA-129872447-2",