Loading src/lib/PROVIDERS.ts +10 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,16 @@ export const PROVIDERS: IProvider[] = [ }, ], }, { software: "sharkey", matchers: [ { versions: "*", template: (host, uri) => `https://${host}/search?q=${encodeURIComponent(uri)}`, }, ], }, ]; interface IProvider { Loading Loading
src/lib/PROVIDERS.ts +10 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,16 @@ export const PROVIDERS: IProvider[] = [ }, ], }, { software: "sharkey", matchers: [ { versions: "*", template: (host, uri) => `https://${host}/search?q=${encodeURIComponent(uri)}`, }, ], }, ]; interface IProvider { Loading