build fixes

This commit is contained in:
2022-09-07 11:23:30 +01:00
parent 0eaa448268
commit 7115aab927
8 changed files with 15 additions and 11 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
{
"extends": "next",
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
"@next/next/no-img-element": "off",
"react/no-unknown-property": "error"
}
}