commit | c69216222615afb622707825c5caab3d5df50a30 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Fri May 06 20:46:02 2022 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Fri May 06 20:46:02 2022 +0100 |
tree | f8fc1e8559645135277fbc27a42224b274c6896a | |
parent | 32281141b4ae1e74c04bc2e3cd0180a6105228ea [diff] | |
parent | 3b0852d948eb8082e227ec583cb56720e417f35c [diff] |
Merge branch 'rewrite' into production
diff --git a/.eslintrc.json b/.eslintrc.json index f0f3abe..c9aa306 100644 --- a/.eslintrc.json +++ b/.eslintrc.json
@@ -1,6 +1,7 @@ { "extends": "next/core-web-vitals", "rules": { - "@next/next/no-img-element": "off" + "@next/next/no-img-element": "off", + "@next/next/no-html-link-for-pages": "off" } }