We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1479cf3 commit 6610645Copy full SHA for 6610645
static/ips/index.html
@@ -26,8 +26,8 @@
26
<link rel="stylesheet" href="./assets/css/custom.css">
27
28
<!-- IPS Rendering -->
29
- <script type="module" src="./assets/js/renderIPS.js"></script>
30
- <script type="module" src="./assets/js/retreiveIPS.js"></script>
+ <script type="module" src="/ips/assets/js/renderIPS.js"></script>
+ <script type="module" src="/ips/assets/js/retreiveIPS.js"></script>
31
32
33
<title>IPS Viewer</title>
0 commit comments