Attempt to allow svgs

This commit is contained in:
Julien Nahum
2024-01-06 16:53:57 +01:00
parent 2e660c1fe3
commit 01e9ad00be

View File

@@ -49,6 +49,9 @@ export default defineNuxtConfig({
},
'~/components',
],
image: {
dangerouslyAllowSVG: true,
},
sitemap,
runtimeConfig
})