Skip to content

Commit faacb21

Browse files
committed
fix unpublish
1 parent f5f5562 commit faacb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/builder/app/builder/features/topbar/publish.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const ChangeProjectDomain = ({
157157
setIsUnpublishing(true);
158158
const result = await nativeClient.domain.unpublish.mutate({
159159
projectId: project.id,
160-
domain: project.domain,
160+
domain: `${project.domain}.${publisherHost}`,
161161
});
162162
if (result.success === false) {
163163
toast.error(result.message);

0 commit comments

Comments
 (0)