From 1f7cb2cc28d4fa66ea17e28d30a0329984c10016 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Thu, 7 Oct 2021 14:44:32 -0400 Subject: [PATCH] fix: move NewRelic testing script even higher (#675) Per their docs, this really should be the first script. And we were hitting some cloudflare scripts being inserted ahead of us. This might fix that. --- public/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index ecc04ecb..a04aaf87 100644 --- a/public/index.html +++ b/public/index.html @@ -1,11 +1,6 @@ - Course | <%= process.env.SITE_NAME %> - - - - <% if (process.env.NEW_RELIC_ACCOUNT_ID) { %> <% } %> + Course | <%= process.env.SITE_NAME %> + + + + <% if (htmlWebpackPlugin.options.OPTIMIZELY_PROJECT_ID) { %> <% } %>