Skip to content

Commit aefed89

Browse files
techgangbossclaude
andcommitted
test: use homepage OG image to verify share page HTML works with Twitter
If the homepage image renders via our share page, the HTML is correct and the issue is our custom image. If it still doesn't render, the issue is with our route handler response. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 48fa985 commit aefed89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/s/[time]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export async function GET(
1010

1111
const title = `Preconfirmed in ${time}s — Fast Swaps`
1212
const description = `Swap preconfirmed in ${time} seconds on Fast Protocol`
13-
const ogImage = `${request.nextUrl.origin}/og-preconfirm.png`
13+
const ogImage = `${request.nextUrl.origin}/opengraph-image.png`
1414

1515
const html = `<!DOCTYPE html>
1616
<html>

0 commit comments

Comments
 (0)