From 065803c5af3d59728e0de6c144b8fb2a6a4c88ba Mon Sep 17 00:00:00 2001 From: nsprenkle Date: Fri, 15 Nov 2024 16:16:07 -0500 Subject: [PATCH] feat: add configurable robots meta tag --- public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index ab09aacd2b..3c768d5a58 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,9 @@ <% if (htmlWebpackPlugin.options.OPTIMIZELY_PROJECT_ID) { %> <% } %> + <% if (htmlWebpackPlugin.options.ROBOTS_CONTENT_TAG) { %> + + <% } %>