We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abefa91 commit a6372e3Copy full SHA for a6372e3
1 file changed
src/core/main.js
@@ -77,7 +77,7 @@ app.use(notivue) // Notifications
77
app.use(
78
VueGtag,
79
{
80
- disableScriptLoad: import.meta.env.MODE === 'development', // Disable in dev mode
+ disableScriptLoad: import.meta.env.MODE !== 'production', // Disable in dev mode
81
pageTrackerExcludedRoutes: ['recruit'], // Exclude recruit route
82
config: { id: import.meta.env.VITE_GOOGLE_ANALYTICS },
83
},
0 commit comments