Merge pull request #10392 from ToolJet/docs/fix-validation-local-build

[docs]: fix validation error on local docs build
This commit is contained in:
Adish M 2024-07-17 14:02:20 +05:30 committed by GitHub
commit 5c9b711883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@ module.exports = {
},
googleTagManager: isProd
? {
containerId: process.env.GTM,
containerId: process.env.GTM || 'development',
}
: undefined,
},