diff --git a/web/core/components/project/publish-project/modal.tsx b/web/core/components/project/publish-project/modal.tsx index 45e9c079b..8c2830995 100644 --- a/web/core/components/project/publish-project/modal.tsx +++ b/web/core/components/project/publish-project/modal.tsx @@ -158,7 +158,7 @@ export const PublishProjectModal: React.FC = observer((props) => { }); }, [projectPublishSettings, reset]); - const publishLink = `${SPACE_BASE_URL}/issues/${projectPublishSettings?.anchor}`; + const publishLink = `${SPACE_BASE_URL}/${projectPublishSettings?.anchor}`; const handleCopyLink = () => copyTextToClipboard(publishLink).then(() =>