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:
+4
-4
@@ -6,8 +6,8 @@
|
|||||||
<title>WARIO SYNTH - Retro Game Console Music</title>
|
<title>WARIO SYNTH - Retro Game Console Music</title>
|
||||||
|
|
||||||
<!-- OpenGraph / Social Media Preview -->
|
<!-- OpenGraph / Social Media Preview -->
|
||||||
<meta property="og:title" content="WARIO SYNTH">
|
<meta property="og:title" content="Wario Synth 16-Bit Midi">
|
||||||
<meta property="og:description" content="Turn any song into retro game console music">
|
<meta property="og:description" content="Turn any song into a Game Boy version">
|
||||||
<meta property="og:image" content="/wariosynthlogo.png">
|
<meta property="og:image" content="/wariosynthlogo.png">
|
||||||
<meta property="og:image:width" content="1180">
|
<meta property="og:image:width" content="1180">
|
||||||
<meta property="og:image:height" content="912">
|
<meta property="og:image:height" content="912">
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="WARIO SYNTH">
|
<meta name="twitter:title" content="Wario Synth 16-Bit Midi">
|
||||||
<meta name="twitter:description" content="Turn any song into retro game console music">
|
<meta name="twitter:description" content="Turn any song into a Game Boy version">
|
||||||
<meta name="twitter:image" content="/wariosynthlogo.png">
|
<meta name="twitter:image" content="/wariosynthlogo.png">
|
||||||
|
|
||||||
<!-- General Meta -->
|
<!-- General Meta -->
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
<meta name="description" content="Tap to play this Gameboy tune" />
|
<meta name="description" content="Tap to play this Gameboy tune" />
|
||||||
|
|
||||||
<!-- OpenGraph / Social Media Preview -->
|
<!-- OpenGraph / Social Media Preview -->
|
||||||
<meta property="og:title" content="WARIO SYNTH" />
|
<meta property="og:title" content="Wario Synth 16-Bit Midi" />
|
||||||
<meta property="og:description" content="Tap to play this Gameboy tune" />
|
<meta property="og:description" content="Turn any song into a Game Boy version" />
|
||||||
<meta property="og:image" content="https://motif-self.vercel.app/wariosynthlogo.png" />
|
<meta property="og:image" content="https://motif-self.vercel.app/wariosynthlogo.png" />
|
||||||
<meta property="og:image:width" content="1180" />
|
<meta property="og:image:width" content="1180" />
|
||||||
<meta property="og:image:height" content="912" />
|
<meta property="og:image:height" content="912" />
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:title" content="WARIO SYNTH" />
|
<meta name="twitter:title" content="Wario Synth 16-Bit Midi" />
|
||||||
<meta name="twitter:description" content="Tap to play this Gameboy tune" />
|
<meta name="twitter:description" content="Turn any song into a Game Boy version" />
|
||||||
<meta name="twitter:image" content="https://motif-self.vercel.app/wariosynthlogo.png" />
|
<meta name="twitter:image" content="https://motif-self.vercel.app/wariosynthlogo.png" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
@@ -220,10 +220,10 @@ app.get('/s/:code', async (req, res) => {
|
|||||||
const imageUrl = origin ? `${origin}/wariosynthlogo.png` : '/wariosynthlogo.png';
|
const imageUrl = origin ? `${origin}/wariosynthlogo.png` : '/wariosynthlogo.png';
|
||||||
|
|
||||||
const sharedTitle = (payload.title || '').trim();
|
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
|
const ogDescription = sharedTitle
|
||||||
? `I made ${sharedTitle} game boy version. Click to listen or generate your own.`
|
? `I made ${sharedTitle} Game Boy version. Click to listen or generate your own.`
|
||||||
: 'Turn any song into retro game console music.';
|
: 'Turn any song into a Game Boy version';
|
||||||
|
|
||||||
const html = `<!doctype html>
|
const html = `<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|||||||
Reference in New Issue
Block a user