Skip to content

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
arosiclair committed Nov 21, 2024
1 parent 1908fd9 commit bec24d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<link rel="shortcut icon" id="favicon" href="/favicon.png">
<% if (htmlWebpackPlugin.options.useThirdPartyScripts) { %>
<!-- Third party scripts -->
<script type="text/javascript" async="" src="thirdPartyScripts.js"></script>
<script type="text/javascript" async="" src="/thirdPartyScripts.js"></script>
<!-- End Third party scripts -->
<% } %>
<link rel="manifest" href="/manifest.json" />
Expand Down

0 comments on commit bec24d7

Please sign in to comment.