Skip to content

Commit

Permalink
style: rename robots content attr config name
Browse files Browse the repository at this point in the history
  • Loading branch information
nsprenkle committed Nov 18, 2024
1 parent 065803c commit 697f7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<% if (htmlWebpackPlugin.options.OPTIMIZELY_PROJECT_ID) { %>
<script src="https://www.edx.org/optimizelyjs/<%= htmlWebpackPlugin.options.OPTIMIZELY_PROJECT_ID %>.js"></script>
<% } %>
<% if (htmlWebpackPlugin.options.ROBOTS_CONTENT_TAG) { %>
<meta name="robots" content="<%= htmlWebpackPlugin.options.ROBOT_CONTENT_TAG %>">
<% if (htmlWebpackPlugin.options.META_TAG_ROBOTS_CONTENT_ATTR) { %>
<meta name="robots" content="<%= htmlWebpackPlugin.options.META_TAG_ROBOTS_CONTENT_ATTR %>">
<% } %>
</head>
<body>
Expand Down

0 comments on commit 697f7a6

Please sign in to comment.