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