Skip to content

Commit

Permalink
doc: use titleLink
Browse files Browse the repository at this point in the history
  • Loading branch information
unional authored Oct 16, 2024
1 parent 2cf805b commit f18de0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/path-equal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.node16.json",
"typedocOptions": {
"customTitle": "Determine if two file paths are equal across platforms",
"customTitleLink": "https://github.com/unional/path-equal",
"titleLink": "https://github.com/unional/path-equal",
"entryPoints": ["./ts/index.ts"]
}
}

0 comments on commit f18de0d

Please sign in to comment.