Skip to content

Commit

Permalink
Merge pull request #370 from dordje21/patch-1
Browse files Browse the repository at this point in the history
Update app-examples.mdx
  • Loading branch information
reveloper committed Oct 11, 2023
2 parents 763d49b + 2cde45a commit 34e6ef9
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 34e6ef9

Please sign in to comment.