Skip to content

Commit 4d2bbc1

Browse files
committed
try again to fix the @ links
1 parent 577410f commit 4d2bbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascripts/discourse/services/links-settings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class NormalizedProfileLinks extends Service {
1818
return null;
1919
}
2020

21-
const normalizedBase = baseUrl.endsWith("/") ? baseUrl : baseUrl + "/";
21+
const normalizedBase = baseUrl.endsWith("/") || baseUrl.endsWith("@") ? baseUrl : baseUrl + "/";
2222
return `${normalizedBase}${username}`;
2323
}
2424

0 commit comments

Comments
 (0)