From 697f7a6dadab6fb96b5e51e08966890567394ee9 Mon Sep 17 00:00:00 2001 From: nsprenkle Date: Mon, 18 Nov 2024 12:07:29 -0500 Subject: [PATCH] style: rename robots content attr config name --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 3c768d5a58..fda6618db4 100644 --- a/public/index.html +++ b/public/index.html @@ -9,8 +9,8 @@ <% if (htmlWebpackPlugin.options.OPTIMIZELY_PROJECT_ID) { %> <% } %> - <% if (htmlWebpackPlugin.options.ROBOTS_CONTENT_TAG) { %> - + <% if (htmlWebpackPlugin.options.META_TAG_ROBOTS_CONTENT_ATTR) { %> + <% } %>