feat: allow processing svg

This commit is contained in:
2026-05-08 17:38:56 -05:00
parent 60c3402b70
commit 7b7d252061

View File

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