Skip to content

Commit 7f6ebf3

Browse files
committed
Change paths for modules
1 parent 7f6ec18 commit 7f6ebf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ window.onload = async function () {
1212
localStorage.clear();
1313
console.log("Local storage cleared");
1414
await deleteAllPipelines();
15-
window.location = "/";
15+
window.location = "./";
1616
}
1717
}

public/reporting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1><a href="../">Software CaRD</a></h1>
1818
<canvas id="radar" width="400" height="300">
1919
</canvas>
2020

21-
<script type="module" src="main.js"></script>
21+
<script type="module" src="./main.js"></script>
2222

2323
</body>
2424
</html>

0 commit comments

Comments
 (0)