From 803f147fbb95b522e7d711ab535fcb0c4035ffe8 Mon Sep 17 00:00:00 2001 From: billisdead Date: Sun, 17 May 2026 08:06:00 +0200 Subject: [PATCH] fix: remove Replit-specific expo-router origin from app.json Co-Authored-By: Claude Sonnet 4.6 --- artifacts/postiz-mobile/app.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/artifacts/postiz-mobile/app.json b/artifacts/postiz-mobile/app.json index 9bbd490..3dca3b2 100644 --- a/artifacts/postiz-mobile/app.json +++ b/artifacts/postiz-mobile/app.json @@ -34,12 +34,7 @@ "favicon": "./assets/images/icon.png" }, "plugins": [ - [ - "expo-router", - { - "origin": "https://replit.com/" - } - ], + "expo-router", "expo-font", "expo-web-browser", "expo-image-picker",