run prettier on config.js

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2021-07-28 18:05:44 -07:00 committed by alexfornuto
parent a51adb4c34
commit c0218a6610

View file

@ -6,18 +6,21 @@ module.exports = {
plugins: [ plugins: [
"vuepress-plugin-element-tabs", "vuepress-plugin-element-tabs",
[ [
"check-md", { "check-md",
{
pattern: "**/*.md", pattern: "**/*.md",
}, },
], ],
[ [
"sitemap", { "sitemap",
{
hostname: "https://www.pomerium.com", 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",
}, },
], ],
@ -221,11 +224,11 @@ module.exports = {
"/enterprise/reference/configure", "/enterprise/reference/configure",
"/enterprise/reference/manage", "/enterprise/reference/manage",
"/enterprise/reference/reports", "/enterprise/reference/reports",
] ],
} },
], ],
}, },
], ],
}, },
}, },
} };