We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caee78b commit 6af9868Copy full SHA for 6af9868
src/params/gh.ts
@@ -1,3 +1,3 @@
1
export function match(param) {
2
- return param.replace(/^https?:\/\//, "") === "github.com";
+ return param.replace(/^https?:\/\/?/, "") === "github.com";
3
}
0 commit comments