From 2cde45af5c57e399e51fa75d36e95c0a8104c8a4 Mon Sep 17 00:00:00 2001 From: Michael Lytvyn <58385812+dordje21@users.noreply.github.com> Date: Sat, 30 Sep 2023 02:40:36 +0200 Subject: [PATCH] Update app-examples.mdx after build if we use another path we can get empty page on production --- docs/develop/dapps/telegram-apps/app-examples.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop/dapps/telegram-apps/app-examples.mdx b/docs/develop/dapps/telegram-apps/app-examples.mdx index 89c99e5f50..4230bfd34a 100644 --- a/docs/develop/dapps/telegram-apps/app-examples.mdx +++ b/docs/develop/dapps/telegram-apps/app-examples.mdx @@ -149,7 +149,7 @@ export default defineConfig({ build: { outDir: './docs' }, - base: '/my-react-telegram-web-app/' + base: './' }); ``` @@ -296,4 +296,4 @@ To connect your Mini App to the Telegram, you need to create a bot and set up a With self-signed SSL certificate you can challenge issues with this kind of alerts. Click “Advanced” button and the click `Proceed `. Without this steps you will not be able to debug in web version of Telegram -![Screenshot 2023-09-11 at 18.58.24.png](/img/docs/telegram-apps/modern-2.png) \ No newline at end of file +![Screenshot 2023-09-11 at 18.58.24.png](/img/docs/telegram-apps/modern-2.png)