diff --git a/CHANGELOG.md b/CHANGELOG.md index a31713cb5..102123b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ * **dashboard:** align cost governance tests and locale keys ([3500dc7](https://github.com/dallay/corvus/commit/3500dc76f2318e6f15aa1d99db0ad9f041d4d606)) * **dashboard:** satisfy cerebro web push checks ([6db38c3](https://github.com/dallay/corvus/commit/6db38c390cc81ec3b1d3526fe47027175b5e1a66)) -## [2.0.0](https://github.com/dallay/corvus/compare/v1.0.0...v2.0.0) (2026-04-09) +## [2.0.0](https://github.com/dallay/corvus/compare/v0.5.0...v2.0.0) (2026-04-09) ### ⚠ BREAKING CHANGES diff --git a/lychee.toml b/lychee.toml index 530b2953f..bc1cdd556 100644 --- a/lychee.toml +++ b/lychee.toml @@ -42,8 +42,9 @@ exclude = [ # Root-relative diagram assets served from /public '^/guides/architecture/diagrams/.*', # Internal CSS imports and Tailwind directives - '^@corvus/shared/.*', - '^tailwindcss$', + '^@corvus/shared(?:/|$)', + '^tailwindcss(?:/|$)', + '^@fontsource(?:-variable)?/', ] # Exclude entire files or directories