From 8dc67bb235bb036a39b6331fb35a6deee7f60d75 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Wed, 4 Oct 2023 10:46:37 -0700 Subject: [PATCH] clients(viewer): fix preload links --- build/gh-pages-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gh-pages-app.js b/build/gh-pages-app.js index 7a7b088db39a..6ca6b157fd35 100644 --- a/build/gh-pages-app.js +++ b/build/gh-pages-app.js @@ -185,7 +185,7 @@ class GhPagesApp { if (this.preloadScripts.length) { const preloads = this.preloadScripts.map(fileName => - `` + `` ).join('\n'); const endHeadIndex = htmlSrc.indexOf(''); if (endHeadIndex === -1) {