diff --git a/front/src/main.tsx b/front/src/main.tsx index 865ff115..f29a754a 100644 --- a/front/src/main.tsx +++ b/front/src/main.tsx @@ -13,9 +13,9 @@ ReactDOM.createRoot(document.getElementById("root")!).render( manifestUrl={manifestUrl} actionsConfiguration={{ // returnStrategy: "https://t.me/awesome_cyber_bot", - // returnStrategy: "https://ton-wasm-cyber-hackathon.netlify.app", + returnStrategy: "https://ton-wasm-cyber-hackathon.netlify.app", // returnStrategy: "back", - twaReturnUrl: "https://t.me/awesome_cyber_bot/start", + // twaReturnUrl: "https://t.me/awesome_cyber_bot/start", // modals: "all", // skipRedirectToWallet: "never", }}