mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
skip simple analytics in development
This commit is contained in:
parent
1fe7396b9d
commit
497b1263f7
@ -65,6 +65,7 @@ module.exports = {
|
||||
use: 'gridsome-plugin-simple-analytics',
|
||||
options: {
|
||||
domain: 'data.next.tiptap.dev',
|
||||
skip: process.env.NODE_ENV !== 'production',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user