fix
Some checks failed
Deploy Nuxt App / deploy (push) Has been cancelled

This commit is contained in:
2025-06-20 14:41:42 +04:00
parent 94d008ca7d
commit 8ba72bc8a4
3 changed files with 18 additions and 1 deletions

10
.htmlvalidate.json Normal file
View File

@ -0,0 +1,10 @@
{
"root": true,
"extends": ["html-validate:recommended"],
"rules": {
"require-meta-charset": "error",
"require-img-alt": "error",
"no-inline-style": "error",
"long-title": "error"
}
}