Skip to content

Commit

Permalink
Update astro.config.ts for allowed images
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 authored Feb 10, 2025
1 parent b43a8a5 commit 7d2f302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
});

0 comments on commit 7d2f302

Please sign in to comment.