From 7988f2c1a17c05153b6d8cf69a7c0b18626215ba Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 28 May 2023 16:39:40 +0200 Subject: [PATCH] Change site url for og:image --- astro.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.ts b/astro.config.ts index 08f5f88..a542569 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -5,6 +5,7 @@ import svelte from "@astrojs/svelte"; // https://astro.build/config export default defineConfig({ + site: "https://aurora.thilohohlt.com", compressHTML: true, experimental: { assets: true,