Skip to content

Commit

Permalink
feat(links): add crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 12, 2023
1 parent 2aa3908 commit da106ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/links/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const SITES: Record<string, string | ((query: string) => string) | undefi
hex: 'https://hex.pm/packages?search={q}',
nuget: 'https://www.nuget.org/packages?q={q}',
crates: 'https://crates.io/search?q={q}',
crate: 'https://crates.io/crates/{q}',

// Domains
namelix: 'https://namelix.com/app/?keywords={q}',
Expand Down

0 comments on commit da106ea

Please sign in to comment.