Skip to content

Commit

Permalink
Fix file missing error on embroider when using custom rootURL (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
sathish-pv committed Aug 1, 2023
1 parent c759d8f commit 91824a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/ember-svg-jar/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
</style>

<link
data-embroider-ignore
href="{{ROOT_URL}}ember-svg-jar/static/css/main.f3aef49e.chunk.css"
rel="stylesheet"
/>
Expand Down Expand Up @@ -201,7 +202,7 @@
a();
})([]);
</script>
<script src="{{ROOT_URL}}ember-svg-jar/static/js/2.ced0fc45.chunk.js"></script>
<script src="{{ROOT_URL}}ember-svg-jar/static/js/main.0e7a56b1.chunk.js"></script>
<script data-embroider-ignore src="{{ROOT_URL}}ember-svg-jar/static/js/2.ced0fc45.chunk.js"></script>
<script data-embroider-ignore src="{{ROOT_URL}}ember-svg-jar/static/js/main.0e7a56b1.chunk.js"></script>
</body>
</html>

0 comments on commit 91824a3

Please sign in to comment.