- .htmlvalidate.json with relaxed rules for design-system inline styles - linkinator.config.json skipping mail, external auth/platform origins - Fix lint:html npm script quoting for Windows-shell compatibility - Switch astro build.format to 'directory' so /pricing resolves without MultiViews - trailingSlash: 'ignore' lets both /pricing and /pricing/ work naturally - Add aria-label to both <nav> landmarks (Primary, Footer) to satisfy html-validate Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"recurse": true,
|
|
"silent": true,
|
|
"skip": [
|
|
"^https://auth\\.cameleer\\.io",
|
|
"^https://platform\\.cameleer\\.io",
|
|
"^https://www\\.cameleer\\.io",
|
|
"^mailto:",
|
|
"^https://ec\\.europa\\.eu"
|
|
],
|
|
"retry": true,
|
|
"concurrency": 10
|
|
}
|