diff --git a/modules/rsocials/components/folk-socials-canvas.ts b/modules/rsocials/components/folk-socials-canvas.ts index 4b89f3c..484289a 100644 --- a/modules/rsocials/components/folk-socials-canvas.ts +++ b/modules/rsocials/components/folk-socials-canvas.ts @@ -403,7 +403,7 @@ class FolkSocialsCanvas extends HTMLElement { Postiz — Post Scheduler - + @@ -419,7 +419,7 @@ class FolkSocialsCanvas extends HTMLElement { const panel = this.shadow.getElementById("postiz-panel"); const iframe = panel?.querySelector("iframe"); if (panel) panel.classList.toggle("open", this.postizOpen); - if (iframe && this.postizOpen) iframe.src = "https://social.jeffemmett.com"; + if (iframe && this.postizOpen) iframe.src = "https://demo.rsocials.online"; if (iframe && !this.postizOpen) iframe.src = "about:blank"; }); this.shadow.getElementById("close-postiz")?.addEventListener("click", () => { diff --git a/modules/rsocials/mod.ts b/modules/rsocials/mod.ts index f1c887a..ceab505 100644 --- a/modules/rsocials/mod.ts +++ b/modules/rsocials/mod.ts @@ -521,7 +521,7 @@ routes.get("/scheduler", (c) => { moduleId: "rsocials", spaceSlug: space, modules: getModuleInfoList(), - appUrl: "https://social.jeffemmett.com", + appUrl: "https://demo.rsocials.online", appName: "Postiz", theme: "dark", })); @@ -593,7 +593,7 @@ export const socialsModule: RSpaceModule = { // Run migration for any existing file-based threads try { await migrateFileThreadsToAutomerge("demo"); } catch { /* ignore */ } }, - externalApp: { url: "https://social.jeffemmett.com", name: "Postiz" }, + externalApp: { url: "https://demo.rsocials.online", name: "Postiz" }, feeds: [ { id: "social-feed",