Skip to content

Commit

Permalink
Add open collective to funding (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veetaha authored Jan 3, 2025
1 parent 42e894a commit 80c1808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
patreon: Veetaha
ko_fi: Veetaha
open_collective: bon-rs
3 changes: 0 additions & 3 deletions website/validate-links.mts
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ async function scan(options: Options): Promise<LinkIssues> {
}

async function findFiles(root: string): Promise<string[]> {
// root = root.replace(/^\/bon\//, "")

return globby(path.join(root, "**/*.html"));
}

Expand Down Expand Up @@ -367,5 +365,4 @@ function findSimilarIds(existing: Set<string>, id: string): string[] {

scanAndReport({
root: ".vitepress/dist",
publicPath: "/bon/",
});

0 comments on commit 80c1808

Please sign in to comment.