Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading