hunghvu / hungvu.tech

The official repository for hungvu.tech
https://hungvu.tech
3 stars 0 forks source link

Resolve image errors #144

Closed hunghvu closed 7 months ago

hunghvu commented 7 months ago
web:dev:web: Image with src "/background.svg" has legacy prop "layout". Did you forget to run the codemod?
web:dev:web: Read more: https://nextjs.org/docs/messages/next-image-upgrade-to-13
web:dev:web: Image with src "/background.svg" has legacy prop "objectFit". Did you forget to run the codemod?
web:dev:web: Read more: https://nextjs.org/docs/messages/next-image-upgrade-to-13

These are just warnings and have no real bad effect, but it is best to resolve them

hunghvu commented 7 months ago

Done.