shift script include URLs to be relative

This commit is contained in:
2023-07-26 17:24:49 -06:00
parent b680336ba4
commit c54c57b37a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -43,6 +43,6 @@
</pre>
<script type="module" src="dist/popup.js"></script>
<script type="module" src="./dist/popup.js"></script>
</body>
</html>