Skip to content

Commit 258c6d8

Browse files
feat: add OSA chat widget to all pages (#103)
1 parent db76f42 commit 258c6d8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

_layouts/default.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,13 @@ <h2 class="text-delta">Table of contents</h2>
199199
{% endif %}
200200
</div>
201201
{% include modal.html %}
202+
203+
<!-- OSA Chat Widget -->
204+
<script src="https://osa-demo.pages.dev/osa-chat-widget.js"></script>
205+
<script>
206+
OSAChatWidget.setConfig({
207+
communityId: 'eeglab'
208+
});
209+
</script>
202210
</body>
203211
</html>

0 commit comments

Comments
 (0)