feat: allow processing svg

This commit is contained in:
2026-05-08 17:38:56 -05:00
parent e0b72bfcbd
commit 20ef5697f1

View File

@@ -13,6 +13,7 @@ export default defineConfig({
site: getSiteURL(), site: getSiteURL(),
image: { image: {
dangerouslyProcessSVG: true,
remotePatterns: [ remotePatterns: [
{ protocol: 'https', hostname: '*.alexlebens.net' }, { protocol: 'https', hostname: '*.alexlebens.net' },
{ protocol: 'https', hostname: '*.jsdelivr.net' }, { protocol: 'https', hostname: '*.jsdelivr.net' },