skip simple analytics in development

This commit is contained in:
Philipp Kühn 2021-02-02 14:44:15 +01:00 committed by Hans Pagel
parent 1fe7396b9d
commit 497b1263f7

View File

@ -65,6 +65,7 @@ module.exports = {
use: 'gridsome-plugin-simple-analytics',
options: {
domain: 'data.next.tiptap.dev',
skip: process.env.NODE_ENV !== 'production',
},
},
{