From f0a97eb1e8be11f104ad729c884adfbbe2e49758 Mon Sep 17 00:00:00 2001 From: Lauren Hitchon Date: Wed, 7 Aug 2024 09:31:00 +1000 Subject: [PATCH] fix/ga4-tag (#446) * Update gulpfile.js --- gulpfile.js | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 47f49275..d3fb024a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -309,13 +309,8 @@ function renamePathForProd() { function addAnalytics() { return src(`${config.dir.build}/**/*.html`) - .pipe(inject.after('', ` - `)) - .pipe(inject.after('', ` + .pipe(inject.after('', ` + - `)) -.pipe(inject.after('', ` - `)) +`)) .pipe(dest(config.dir.build)) }