phanmn
phanmn
I have to add this line to CopyDestinationOptions.getHeaders ``` headerOptions['X-Amz-Metadata-Directive'] = 'REPLACE'; ```
I add the `list[e].img.crossOrigin = 'anonymous';` to solve this issue 
@enoversum I formatted code for my typescript project. My image url has `access-control-allow-origin: *` this line at response header and my image is a css background url
Thanks @doawoo for your response! Can you give me some hints so I can start to make Burrito can work on Windows. Thanks
Thanks @DaniGuardiola , I will try to give you reproduction soon
I found the reason, because the tsconfig.json My original config (from nuxt3) ``` { // https://nuxt.com/docs/guide/concepts/typescript "extends": "./.nuxt/tsconfig.json", "vueCompilerOptions": { "plugins": ["@vue/language-plugin-pug"] }, "compilerOptions": { "sourceMap": true, "strict": false, "jsx":...