@comergehq/studio 0.1.18 → 0.1.19
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,7 +5822,7 @@ function PreviewPanel({
|
|
|
5822
5822
|
}) {
|
|
5823
5823
|
const handleShare = React35.useCallback(async () => {
|
|
5824
5824
|
if (!app || !app.isPublic) return;
|
|
5825
|
-
const shareUrl = `https://
|
|
5825
|
+
const shareUrl = `https://remix.one/app/${app.id}`;
|
|
5826
5826
|
const message = app.name ? `${app.name} on Comerge
|
|
5827
5827
|
${shareUrl}` : `Check out this app on Comerge
|
|
5828
5828
|
${shareUrl}`;
|