Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrubinger authored Jan 13, 2023
1 parent 0f85fb9 commit b3b424d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Geizhals OG Images

Experiment to leverage [satori](https://github.com/vercel/satori) and SvelteKit to generate dynamic [open graph](https://ogp.me/) images for Geizhals product pages. This application houses both the image generation part as well as an [Editor](#editor) for testing/debugging purposes.
Experiment to leverage [satori](https://github.com/vercel/satori) and [SvelteKit](https://kit.svelte.dev/) to generate dynamic [open graph](https://ogp.me/) images for Geizhals product pages. This application houses both the image generation part as well as an [Editor](#editor) for testing/debugging purposes.

![og](https://user-images.githubusercontent.com/465547/212314944-0298eb64-5330-419a-8bf3-d2195a26ee63.png)

Expand Down Expand Up @@ -54,6 +54,8 @@ npm run build

You can preview the production build with `npm run preview`.

See https://kit.svelte.dev/docs/adapters on how to deploy the application. Currently this application uses adapter-vercel for deployments to vercel. Change as required.

## Preliminary work

- SvelteKit project setup is based on [`SvelteKit Starter (Preprocess, PostCSS, AutoPrefixer)`](https://stackblitz.com/edit/sveltejs-kit-template-default-stn1sy).
Expand Down

1 comment on commit b3b424d

@vercel
Copy link

@vercel vercel bot commented on b3b424d Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.