diff --git a/apps/site/eslint.config.js b/apps/site/eslint.config.js index 376b7d43135e4..1add27045b4ae 100644 --- a/apps/site/eslint.config.js +++ b/apps/site/eslint.config.js @@ -88,6 +88,7 @@ export default tseslint.config( rules: { 'no-irregular-whitespace': 'off', '@next/next/no-img-element': 'off', + '@next/next/no-html-link-for-pages': ['error', 'apps/site/pages/'], // https://github.com/typescript-eslint/typescript-eslint/issues/9860 '@typescript-eslint/consistent-type-imports': 'off',