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>
initComments({
node: document.getElementById("comment-section"),
defaultHomeserverUrl: "https://planetexpress.me:8448",
serverName: "planetexpress.me",
defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
serverName: "cactus.chat",
siteName: "ch0ccyra1n.gitlab.io",
commentSectionId: "{{ index .Params 0 }}"
})