docs: image, sitemap and redirect fixes (#1263) (#1265)

* docs: fix image linkes for cdn

* docs: use relative top level redirect

* docs: generate sitemap under /docs/

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-08-12 12:26:23 -07:00 committed by GitHub
parent fde2d905c7
commit c5ce2f1996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 6 additions and 5 deletions

View file

@ -9,6 +9,7 @@ module.exports = {
},
sitemap: {
hostname: "https://www.pomerium.io",
outFile: "docs/sitemap.xml"
},
"@vuepress/google-analytics": {
ga: "UA-129872447-2",
@ -19,7 +20,7 @@ module.exports = {
},
themeConfig: {
home: false,
logo: "/logo-long-civez.png",
logo: "/img/logo-long-civez.png",
repo: "pomerium/pomerium",
editLinks: true,
docsDir: "docs",