use cactuc.chat for comments

This commit is contained in:
ch0ccyra1n 2022-11-01 12:27:30 -07:00
parent 873a2938a6
commit 8ce5f7c191

View file

@ -4,8 +4,8 @@
<script> <script>
initComments({ initComments({
node: document.getElementById("comment-section"), node: document.getElementById("comment-section"),
defaultHomeserverUrl: "https://planetexpress.me:8448", defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
serverName: "planetexpress.me", serverName: "cactus.chat",
siteName: "ch0ccyra1n.gitlab.io", siteName: "ch0ccyra1n.gitlab.io",
commentSectionId: "{{ index .Params 0 }}" commentSectionId: "{{ index .Params 0 }}"
}) })