feat: add chat support to index.html
All checks were successful
release-please / release-please (push) Successful in 2m1s

This commit is contained in:
Jan K9f 2025-03-15 19:01:38 +01:00
parent 447bdb56a0
commit f69b3bb759

View file

@ -17,5 +17,14 @@
</head>
<body class="h-full base-100 mat-typography">
<app-root></app-root>
<script src="https://support.kjan.de/assets/chat/chat-no-jquery.min.js"></script>
<script>
(function() {
new ZammadChat({
fontSize: '12px',
chatId: 1
});
})();
</script>
</body>
</html>