interactive intro to open social at-me.zzstoatzz.io
25
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: use trailing slash for view URL to work around wisp cleanUrls bug

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

zzstoatzz a15626a8 956d6428

+1 -1
+1 -1
src/landing/main.js
··· 95 95 } 96 96 97 97 function viewHandle(handle) { 98 - window.location.href = `./view?handle=${encodeURIComponent(handle)}`; 98 + window.location.href = `./view/?handle=${encodeURIComponent(handle)}`; 99 99 } 100 100 101 101 function toggleInfo() {