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