Skip to content

Commit

Permalink
Update app-examples.mdx
Browse files Browse the repository at this point in the history
after build if we use another path we can get empty page on production
  • Loading branch information
dordje21 authored Sep 30, 2023
1 parent d3f49ac commit 2cde45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/dapps/telegram-apps/app-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default defineConfig({
build: {
outDir: './docs'
},
base: '/my-react-telegram-web-app/'
base: './'
});
```

Expand Down Expand Up @@ -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 <local dev server address here>`. 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)
![Screenshot 2023-09-11 at 18.58.24.png](/img/docs/telegram-apps/modern-2.png)

0 comments on commit 2cde45a

Please sign in to comment.