fix: chat widget paths → /static/chat.js

This commit is contained in:
James 2026-03-07 17:08:58 -05:00
parent 72b5b59fe2
commit 170de7fc19
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@
</div>
</footer>
<link rel="stylesheet" href="/chat.css">
<script src="/chat.js"></script>
<link rel="stylesheet" href="/static/chat.css">
<script src="/static/chat.js"></script>
{{block "scripts" .}}{{end}}
</body>
</html>