diff --git a/astro.config.mjs b/astro.config.mjs index 5a66a26..a6f8850 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -20,6 +20,10 @@ export default defineConfig({ site: getSiteURL(), image: { + remotePatterns: [ + { protocol: 'https', hostname: '*.alexlebens.net' }, + { protocol: 'https', hostname: '*.jsdelivr.net' }, + ], service: { entrypoint: 'astro/assets/services/sharp', }