From b92379fc39c24b442a1d4494089f799e02b6005c Mon Sep 17 00:00:00 2001 From: Lauren Hitchon Date: Tue, 6 Aug 2024 10:17:07 +1000 Subject: [PATCH] Update gulpfile.js (#444) --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 8af82fce5..666b76759 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -310,7 +310,7 @@ function renamePathForProd() { function addAnalytics() { return src(`${config.dir.build}/**/*.html`) .pipe(inject.before('', '\n')) - .pipe(inject.before('', '\n')) + .pipe(inject.before('', "\n")) .pipe(dest(config.dir.build)) }