Permanently redirect to /s/... for share links (#4067)
This commit is contained in:
@@ -92,7 +92,7 @@ class Share extends IdModel {
|
||||
}
|
||||
|
||||
get canonicalUrl() {
|
||||
return `${this.team.url}/share/${this.id}`;
|
||||
return `${this.team.url}/s/${this.id}`;
|
||||
}
|
||||
|
||||
// associations
|
||||
|
||||
Reference in New Issue
Block a user