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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user