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 cb5f0ae commit c5760dfCopy full SHA for c5760df
src/linkryEdgeFunction/index.ts
@@ -41,7 +41,8 @@ function getSlugToQuery(path: string, host: string): string {
41
if (hostParts.length > 1 && host !== "acm") {
42
const short = hostParts[0];
43
if (shortToOrgCodeMapper[short]) {
44
- return `${shortToOrgCodeMapper[short]}#${path}`;
+ return `${shortToOrgCodeMapper[short]}#${path}`.replace("A01#", "");
45
+ // A01 is ACM, so there's no prefix.
46
}
47
48
0 commit comments