Back to Supabase

Open Graph (OG) Image Generation with Supabase Storage CDN Caching

apps/www/supabase/functions/lw11-og/README.md

1.26.08666 B
Original Source

Open Graph (OG) Image Generation with Supabase Storage CDN Caching

Generate Open Graph images with Deno and Supabase Edge Functions and cache the generated image with Supabase Storage CDN.

Run locally

bash
supabase start
supabase functions serve lw11-og --no-verify-jwt --env-file ./supabase/.env.local

Navigate to http://localhost:54321/functions/v1/lw11-og?username=<username>

Deploy

bash
supabase functions deploy lw11-og --no-verify-jwt