Skip to content

Commit eae72ca

Browse files
Update webpack.common.js (fix GA)
1 parent 0234896 commit eae72ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/build/webpack.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ function generateGoogleAnalytics() {
126126
}
127127

128128
// we return only the GA env variable, the rest is handled in the template file
129-
return `'{ga}'`;
130-
}
129+
return `'${ga}'`;
130+
}

0 commit comments

Comments
 (0)