@comergehq/studio 0.1.18 → 0.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -218,7 +218,7 @@ var React = __toESM(require("react"));
|
|
|
218
218
|
var import_axios = __toESM(require("axios"));
|
|
219
219
|
|
|
220
220
|
// src/core/services/http/baseUrl.ts
|
|
221
|
-
var BASE_URL = "https://api.
|
|
221
|
+
var BASE_URL = "https://api.remix.one";
|
|
222
222
|
|
|
223
223
|
// src/core/services/http/public.ts
|
|
224
224
|
var CLIENT_KEY_HEADER = "x-comerge-api-key";
|
|
@@ -5822,12 +5822,12 @@ function PreviewPanel({
|
|
|
5822
5822
|
}) {
|
|
5823
5823
|
const handleShare = React35.useCallback(async () => {
|
|
5824
5824
|
if (!app || !app.isPublic) return;
|
|
5825
|
-
const shareUrl = `https://
|
|
5826
|
-
const message = app.name ? `${app.name} on
|
|
5827
|
-
${shareUrl}` : `Check out this app on
|
|
5825
|
+
const shareUrl = `https://remix.one/app/${app.id}`;
|
|
5826
|
+
const message = app.name ? `${app.name} on Remix
|
|
5827
|
+
${shareUrl}` : `Check out this app on Remix
|
|
5828
5828
|
${shareUrl}`;
|
|
5829
5829
|
try {
|
|
5830
|
-
const title = app.name ?? "
|
|
5830
|
+
const title = app.name ?? "Remix app";
|
|
5831
5831
|
const payload = import_react_native43.Platform.OS === "ios" ? {
|
|
5832
5832
|
title,
|
|
5833
5833
|
message
|