Skip to content
Snippets Groups Projects
Unverified Commit 9db9e480 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Update processMatomo.js

parent ed7b4a27
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
const processed = matomoJs
.replace(/MATOMO_URL/g, JSON.stringify(process.env.MATOMO_URL || null))
.replace(/MATOMO_ID/g, JSON.stringify(process.env.MATOMO_ID || null))
.replace(/MATOMO_ID/g, process.env.MATOMO_ID || 'null')
fs.writeFileSync(
pathToMatomoJs,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment