Skip to content

Commit 9aed6c2

Browse files
committed
refactor: remove edge runtime configuration from Open Graph route handler
1 parent 7b0e5e2 commit 9aed6c2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/api/og/route.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { themes } from '@/lib/svg/themes';
77
import { fetchGitHubContributions } from '@/lib/github';
88
import { calculateStreak } from '@/lib/calculate';
99

10-
export const runtime = 'edge';
11-
1210
function getLuminance(hex: string) {
1311
let normalizedHex = hex.trim();
1412
// Normalize short hex (e.g., #fff or #ffff) to #rrggbb (alpha is ignored for luminance)

0 commit comments

Comments
 (0)