Fix lint warning for implicit use of <img> tags

This commit is contained in:
aronmal 2023-01-27 22:13:48 +01:00
parent 46a899b0ec
commit 4e3cb9d2c1
Signed by: aronmal
GPG key ID: 816B7707426FC612

View file

@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
}