Fix Google Analytics plugin docs config

This commit is contained in:
Simon Brunel 2020-01-24 04:58:32 +01:00 committed by GitHub
parent 6639ea52db
commit 7ee51de987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,14 @@ module.exports = {
title: 'QtPromise', title: 'QtPromise',
description: 'Promises/A+ implementation for Qt/C++', description: 'Promises/A+ implementation for Qt/C++',
dest: 'dist/docs', dest: 'dist/docs',
ga: 'UA-113899811-1',
head: [ head: [
['link', { rel: 'icon', href: `/favicon.png` }], ['link', { rel: 'icon', href: `/favicon.png` }],
], ],
plugins: [
['@vuepress/google-analytics', {
ga: 'UA-113899811-1'
}]
],
themeConfig: { themeConfig: {
repo: 'simonbrunel/qtpromise', repo: 'simonbrunel/qtpromise',
lastUpdated: 'Last Updated', lastUpdated: 'Last Updated',