Skip to content

Commit f1ace21

Browse files
author
NoUsernameAvailable
committed
fix: use relative path for main script
1 parent e0bd8f4 commit f1ace21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h1>BibTeX Parser</h1>
108108
</div>
109109
</div>
110110

111-
<script type="module" src="/src/main.js"></script>
111+
<script type="module" src="./src/main.js"></script>
112112
</body>
113113

114114
</html>

0 commit comments

Comments
 (0)