diff --git a/src/structure/project.js b/src/structure/project.js index ba04b63c8..aaa7ee00e 100644 --- a/src/structure/project.js +++ b/src/structure/project.js @@ -40,7 +40,7 @@ export class Project extends Svue { return project.add_remove_access; }, embedUrl(slugId) { - return new URL(`projects/${slugId}`, APP_URL).toString(); + return new URL(`/projects/${slugId}/`, APP_URL).toString(); }, }, });