docs: use .com sitemap hostname (#1274) (#1275)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-08-13 12:23:35 -07:00 committed by GitHub
parent 7f1e7130f5
commit 8dbfa3a2dc
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",