Skip to content

Commit 1b84008

Browse files
authored
Merge pull request #19 from stackabletech/fix/js-import-path
fix: Add missing slash in JS source path
2 parents 57dc768 + b3b9efa commit 1b84008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/_navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
</ul>
3434
</div>
3535
</nav>
36-
<script src="static/js/nav.js"></script>
36+
<script src="/static/js/nav.js"></script>

0 commit comments

Comments
 (0)