From 117e579f2ee29c2d0257faebf553fceec6e9e26e Mon Sep 17 00:00:00 2001 From: koziavin Date: Fri, 20 Jun 2025 14:42:10 +0400 Subject: [PATCH] fix --- .htmlvalidate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }] } }