hehe
All checks were successful
Build Org Website / build (push) Successful in 47s

This commit is contained in:
2026-05-09 00:36:21 +01:00
parent a18debbf21
commit 138193ce13
12 changed files with 162 additions and 56 deletions

View File

@@ -121,7 +121,7 @@ function renderComments(comments) {
* ----------------------------- */
async function fetchComments() {
const res = await fetch(`/api/comments/${pageSlug}`);
const res = await window.orgAuth.fetch(`/api/comments/${pageSlug}`);
if (!res.ok) {
console.error("Failed to fetch comments");
return [];