diff --git a/astro.config.mjs b/astro.config.mjs index dbc7154..6ee2b1f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,6 +13,7 @@ export default defineConfig({ site: getSiteURL(), image: { + dangerouslyProcessSVG: true, remotePatterns: [ { protocol: 'https', hostname: '*.alexlebens.net' }, { protocol: 'https', hostname: '*.jsdelivr.net' },