diff --git a/.htmlvalidate.json b/.htmlvalidate.json index 71bed1a..602cbbc 100644 --- a/.htmlvalidate.json +++ b/.htmlvalidate.json @@ -5,6 +5,6 @@ "require-meta-charset": "error", "require-img-alt": "error", "no-inline-style": "error", - "long-title": "error" + "long-title": ["error", { "maxLength": 60 }] } }