From 880bf974b75b1d3a2541fcd23f0adcaba4779014 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 27 Aug 2020 13:43:45 +0200 Subject: [PATCH] add simpleanalytics cookie free tracking --- docs/gridsome.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/gridsome.config.js b/docs/gridsome.config.js index 2fd650e0..8d653a08 100644 --- a/docs/gridsome.config.js +++ b/docs/gridsome.config.js @@ -35,6 +35,12 @@ module.exports = { } }, }, + { + use: 'gridsome-plugin-simple-analytics', + options: { + domain: 'data.tiptap.dev', + }, + }, ], chainWebpack(config) { // Load variables for all vue-files