Skip to content

Commit e2b2b41

Browse files
committed
make image server inder look for plotly.js in build/
1 parent da056c5 commit e2b2b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<body>
44
<!-- this index file gets copied in to the image server docker -->
55
<script type="text/javascript" src="../plotly.js/dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
6-
<script type="text/javascript" src="../plotly.js/dist/plotly.js" charset="utf-8"></script>
6+
<script type="text/javascript" src="../plotly.js/build/plotly.js" charset="utf-8"></script>
77
<script type="text/javascript" src="../plotly.js/dist/plotly-geo-assets.js" charset="utf-8"></script>
88
<script type="text/javascript" src="./main.js"></script>
99
</body>

0 commit comments

Comments
 (0)