mirror of
https://gitea.tendokyu.moe/sk1982/actaeon.git
synced 2026-08-27 14:24:00 -05:00
suppress no-img-element warning
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
"@next/next/no-img-element": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user