Skip to content

Commit

Permalink
slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Mar 12, 2024
1 parent 8a65672 commit f2c2fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structure/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
},
},
});
Expand Down

0 comments on commit f2c2fcc

Please sign in to comment.