Attempt to allow svgs
This commit is contained in:
parent
2e660c1fe3
commit
01e9ad00be
|
@ -49,6 +49,9 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
'~/components',
|
'~/components',
|
||||||
],
|
],
|
||||||
|
image: {
|
||||||
|
dangerouslyAllowSVG: true,
|
||||||
|
},
|
||||||
sitemap,
|
sitemap,
|
||||||
runtimeConfig
|
runtimeConfig
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue