From 7d2f3022c19d1905a1028c36f27c3c24d875327e Mon Sep 17 00:00:00 2001 From: Will Kelly <67284402+wkelly17@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:12:20 -0600 Subject: [PATCH] Update astro.config.ts for allowed images --- astro.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.ts b/astro.config.ts index 3fb7866..106d8dd 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -86,6 +86,6 @@ export default defineConfig({ }), image: { // todo env var: idk if we want to redirect or just give new biel the old domain? - domains: ["https://bieldev.wpengine.com"], + domains: ["https://bieldev.wpengine.com", "https://biel.wpengine.com"], }, });