Update social preview text

Title: Wario Synth 16-Bit Midi
Description: Turn any song into a Game Boy version

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
b1rdmania
2025-12-29 15:31:04 +00:00
parent 2d97d5eea6
commit 0e0deb1642
3 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -220,10 +220,10 @@ app.get('/s/:code', async (req, res) => {
const imageUrl = origin ? `${origin}/wariosynthlogo.png` : '/wariosynthlogo.png';
const sharedTitle = (payload.title || '').trim();
const ogTitle = sharedTitle ? `${sharedTitle} - WARIO SYNTH` : 'WARIO SYNTH';
const ogTitle = sharedTitle ? `${sharedTitle} - Wario Synth` : 'Wario Synth 16-Bit Midi';
const ogDescription = sharedTitle
? `I made ${sharedTitle} game boy version. Click to listen or generate your own.`
: 'Turn any song into retro game console music.';
? `I made ${sharedTitle} Game Boy version. Click to listen or generate your own.`
: 'Turn any song into a Game Boy version';
const html = `<!doctype html>
<html lang="en">