mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
Fix Google Analytics plugin docs config
This commit is contained in:
parent
6639ea52db
commit
7ee51de987
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user