Skip to content

Commit 4a1aeda

Browse files
author
Julien Neuhart
committed
Add missing property for Google Analytics in documentation
1 parent 0699845 commit 4a1aeda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docusaurus.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
favicon: 'img/favicon.ico',
88
organizationName: 'thecodingmachine', // Usually your GitHub org/user name.
99
projectName: 'symfony-boilerplate', // Usually your repo name.
10+
plugins: ['@docusaurus/plugin-google-analytics'],
1011
themeConfig: {
1112
googleAnalytics: {
1213
trackingID: 'G-ZGCNWVF92C',

0 commit comments

Comments
 (0)