From b3b424d07d42926171b1b72edf7357e855c2070b Mon Sep 17 00:00:00 2001 From: Martin Grubinger Date: Fri, 13 Jan 2023 13:00:52 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c54571d..8d4ceae 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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).