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: [
"vuepress-plugin-element-tabs",
[
"check-md", {
pattern: "**/*.md",
"check-md",
{
pattern: "**/*.md",
},
],
[
"sitemap", {
"sitemap",
{
hostname: "https://www.pomerium.com",
outFile: "docs/sitemap.xml",
},
],
[
"@vuepress/google-analytics", {
"@vuepress/google-analytics",
{
ga: "UA-129872447-2",
},
],
@ -221,11 +224,11 @@ module.exports = {
"/enterprise/reference/configure",
"/enterprise/reference/manage",
"/enterprise/reference/reports",
]
}
],
},
],
},
],
},
},
}
};