diff --git a/index.html b/index.html index 9c938d1..6922197 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,9 @@ - - - + + + @@ -18,7 +18,7 @@ - + diff --git a/play.html b/play.html index 5c726fe..f4fd564 100644 --- a/play.html +++ b/play.html @@ -9,9 +9,9 @@ - - - + + + @@ -19,7 +19,7 @@ - + diff --git a/public/wario-synth.png b/public/wario-synth.png new file mode 100644 index 0000000..52cf1bf Binary files /dev/null and b/public/wario-synth.png differ diff --git a/server/src/server.ts b/server/src/server.ts index f02e383..94a671c 100644 --- a/server/src/server.ts +++ b/server/src/server.ts @@ -217,7 +217,7 @@ app.get('/s/:code', async (req, res) => { const origin = getOrigin(req); const shortUrl = origin ? `${origin}/s/${encodeURIComponent(code)}` : `/s/${encodeURIComponent(code)}`; const playUrl = origin ? `${origin}${dest}` : dest; - const imageUrl = origin ? `${origin}/wario.png` : '/wario.png'; + const imageUrl = origin ? `${origin}/wario-sprite.png` : '/wario-sprite.png'; const sharedTitle = (payload.title || '').trim(); const ogTitle = sharedTitle ? `WARIO SYNTH: ${sharedTitle}` : 'WARIO SYNTH'; @@ -236,8 +236,8 @@ app.get('/s/:code', async (req, res) => { - - + +