Skip to content

Commit 803027a

Browse files
techgangbossclaude
andcommitted
test: use static PNG to verify Twitter can render any image from our domain
If this works, the issue is the dynamic edge function. If this doesn't work, the issue is something else entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cbe2195 commit 803027a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/og-preconfirm.png

198 KB
Loading

src/app/share/preconfirm/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export async function GET(request: NextRequest) {
1212
const title = `Preconfirmed in ${time}s — Fast Swaps`
1313
const description = `Swap preconfirmed in ${time} seconds on Fast Protocol`
1414
const origin = request.nextUrl.origin
15-
const ogImage = `${origin}/og/preconfirm/${time}`
15+
const ogImage = `${origin}/og-preconfirm.png`
1616

1717
const html = `<!DOCTYPE html>
1818
<html>

0 commit comments

Comments
 (0)