From 2984c3bdfb59952c9e4b94661d5e9893f7045586 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Sat, 30 Sep 2023 21:50:52 +0200 Subject: [PATCH] Remove . since path is already relative --- src/vector/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/index.html b/src/vector/index.html index 33e169ac6a..2166bd6299 100644 --- a/src/vector/index.html +++ b/src/vector/index.html @@ -52,7 +52,7 @@ <% for (const tag of htmlWebpackPlugin.tags.headTags) { let path = tag.attributes && tag.attributes.href; if (path && path.includes("/Inter/")) { %> - + <% } } %>