We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f5562 commit faacb21Copy full SHA for faacb21
apps/builder/app/builder/features/topbar/publish.tsx
@@ -157,7 +157,7 @@ const ChangeProjectDomain = ({
157
setIsUnpublishing(true);
158
const result = await nativeClient.domain.unpublish.mutate({
159
projectId: project.id,
160
- domain: project.domain,
+ domain: `${project.domain}.${publisherHost}`,
161
});
162
if (result.success === false) {
163
toast.error(result.message);
0 commit comments