Fix SVGs with NuxtImage
This commit is contained in:
parent
01e9ad00be
commit
ce0c7383fd
|
@ -49,8 +49,12 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
'~/components',
|
'~/components',
|
||||||
],
|
],
|
||||||
image: {
|
nitro: {
|
||||||
dangerouslyAllowSVG: true,
|
awsAmplify: {
|
||||||
|
imageSettings: {
|
||||||
|
dangerouslyAllowSVG: true
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
sitemap,
|
sitemap,
|
||||||
runtimeConfig
|
runtimeConfig
|
||||||
|
|
Loading…
Reference in New Issue