Skip to content

Commit bf866dc

Browse files
rascaclaude
andcommitted
Fix GenLayer Moderation displayed URL
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 094c73c commit bf866dc

5 files changed

Lines changed: 1135 additions & 3 deletions

File tree

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"WebFetch(domain:assets-global.website-files.com)",
1818
"WebFetch(domain:cdn.prod.website-files.com)",
1919
"Bash(tmux send-keys:*)",
20-
"Bash(tmux capture-pane:*)"
20+
"Bash(tmux capture-pane:*)",
21+
"WebFetch(domain:argue.fun)",
22+
"WebFetch(domain:moltcourt.ai)",
23+
"WebFetch(domain:genlayer-moderation.vercel.app)"
2124
]
2225
}
2326
}

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function Home() {
6666
<a href="https://genlayer-moderation.vercel.app/" target="_blank" rel="noopener" className="app-card moderation">
6767
<div className="app-icon"><img src="/moderation-logo.svg" alt="" style={{ width: '24px', height: '24px' }} /></div>
6868
<h3>GenLayer Moderation</h3>
69-
<div className="domain">moderation.genlayer.com</div>
69+
<div className="domain">genlayer-moderation.vercel.app</div>
7070
<p className="description">
7171
AI-powered content moderation on the GenLayer blockchain. Define
7272
guidelines, submit content, and get consensus-validated decisions —

0 commit comments

Comments
 (0)