https://github.com/rumaan/astro-vercel-og
Demo for generating dynamic OG Image using satori served from Astro Server Endpoint using Vercel Serverless Functions
https://github.com/rumaan/astro-vercel-og
astro og-image-generator vercel-og
Last synced: 3 months ago
JSON representation
Demo for generating dynamic OG Image using satori served from Astro Server Endpoint using Vercel Serverless Functions
- Host: GitHub
- URL: https://github.com/rumaan/astro-vercel-og
- Owner: rumaan
- Created: 2022-10-31T15:49:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T15:22:38.000Z (about 2 years ago)
- Last Synced: 2025-01-31T20:08:11.788Z (3 months ago)
- Topics: astro, og-image-generator, vercel-og
- Language: TypeScript
- Homepage: https://astro-vercel-og.vercel.app/index.og
- Size: 484 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vercel OG Image in Astro
Generates OG Image using [satori](https://github.com/vercel/satori) served from [Astro Server Endpoints](https://docs.astro.build/en/core-concepts/endpoints/#server-endpoints-api-routes).
Requires SSR Mode, See `output: 'server'` in `astro.config.mjs`. Deployed using [Vercel adapter for Astro](https://docs.astro.build/en/guides/integrations-guide/vercel/).Blog post: https://rumaan.dev/blog/open-graph-images-using-satori
Deployed URL: https://astro-vercel-og.vercel.app/
More info: [Vercel OG Image Generation](https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation)
