diff --git a/src/vector/index.html b/src/vector/index.html index 57271b3f71..24694fc46e 100644 --- a/src/vector/index.html +++ b/src/vector/index.html @@ -52,8 +52,8 @@ <% for (var i=0; i < htmlWebpackPlugin.tags.headTags.length; i++) { var tag = htmlWebpackPlugin.tags.headTags[i]; var path = tag.attributes && tag.attributes.href; - if (path.indexOf("Inter") !== -1) { %> - + if (path.includes("/Inter/")) { %> + <% } } %>