From f91abd319fc458254509c00d82e7ecf68cf7e645 Mon Sep 17 00:00:00 2001 From: Carla Duarte Date: Tue, 29 Sep 2020 11:19:22 -0400 Subject: [PATCH] AA-291: Add Optimizely (#219) --- public/index.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index c022b7f0..ed8b3bea 100644 --- a/public/index.html +++ b/public/index.html @@ -1,10 +1,13 @@ - Course | <%= process.env.SITE_NAME %> - - - + Course | <%= process.env.SITE_NAME %> + + + + <% if (htmlWebpackPlugin.options.OPTIMIZELY_PROJECT_ID) { %> + + <% } %>