feat: allow processing svg

This commit is contained in:
2026-05-08 17:39:09 -05:00
parent 0b8f720d6a
commit c7b49df433

View File

@@ -16,6 +16,10 @@ const getSiteURL = () => {
export default defineConfig({ export default defineConfig({
site: getSiteURL(), site: getSiteURL(),
image: {
dangerouslyProcessSVG: true
},
prefetch: true, prefetch: true,
integrations: [ integrations: [