mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 07:37:33 +02:00
docs: use .com sitemap hostname (#1274)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
fbf5b403b9
commit
332324fa2d
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ module.exports = {
|
||||||
pattern: "**/*.md",
|
pattern: "**/*.md",
|
||||||
},
|
},
|
||||||
sitemap: {
|
sitemap: {
|
||||||
hostname: "https://www.pomerium.io",
|
hostname: "https://www.pomerium.com",
|
||||||
outFile: "docs/sitemap.xml"
|
outFile: "docs/sitemap.xml",
|
||||||
},
|
},
|
||||||
"@vuepress/google-analytics": {
|
"@vuepress/google-analytics": {
|
||||||
ga: "UA-129872447-2",
|
ga: "UA-129872447-2",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue