mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-12 00:27:35 +02:00
deployment: add google analytics
This commit is contained in:
parent
b18a462681
commit
7c7939cf5b
1 changed files with 9 additions and 2 deletions
|
@ -2,7 +2,14 @@
|
|||
module.exports = {
|
||||
title: "Pomerium",
|
||||
description: "An open source identity-aware access proxy.",
|
||||
|
||||
plugins: [
|
||||
[
|
||||
'@vuepress/google-analytics',
|
||||
{
|
||||
'ga': 'UA-129872447-2'
|
||||
}
|
||||
]
|
||||
],
|
||||
themeConfig: {
|
||||
repo: "pomerium/pomerium",
|
||||
editLinks: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue