commit | aed302442e840a055663e4c41877bfe8e870a83b | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sat Sep 04 09:33:40 2021 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Sat Sep 04 09:33:40 2021 +0100 |
tree | 358a33d3a4c90c79bbb3439263c205ae72d5eb37 | |
parent | 0e1ff242a06ebff22f8fd6104de3e61ad1ce8f15 [diff] [blame] |
building works!
diff --git a/.eslintrc.json b/.eslintrc.json index bffb357..f0f3abe 100644 --- a/.eslintrc.json +++ b/.eslintrc.json
@@ -1,3 +1,6 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "rules": { + "@next/next/no-img-element": "off" + } }