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 f626952 commit ad259a4Copy full SHA for ad259a4
docusaurus.config.js
@@ -33,9 +33,11 @@ module.exports = {
33
stylesheets: [
34
'https://fonts.googleapis.com/css?family=Material+Icons',
35
],
36
- clientModules: [
37
- require.resolve('./src/client-modules/trackTrialClick.js'),
38
- ],
+ // Temporarily removes Start Free Trial button conversion event tracking.
+ // To reinstate this, uncomment below and restore trackTrialClick.js file
+ // clientModules: [
39
+ // require.resolve('./src/client-modules/trackTrialClick.js'),
40
+ // ],
41
future: {
42
v4: true,
43
experimental_faster: true,
src/client-modules/trackTrialClick.js
0 commit comments