Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions apps/nextra/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1656,13 +1656,6 @@ export default withBundleAnalyzer(
"https://learn.aptoslabs.com/en/dapp-templates/boilerplate-template",
permanent: true,
},
{
source:
"/en/build/create-aptos-dapp/templates/clicker-game-tg-mini-app",
destination:
"https://learn.aptoslabs.com/en/dapp-templates/telegram-mini-app-template",
permanent: true,
},
{
source: "/en/build/create-aptos-dapp/templates/nft-minting-dapp",
destination:
Expand Down
1 change: 0 additions & 1 deletion apps/nextra/pages/en/build/create-aptos-dapp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ The goals of the templates are to:
All current templates are available on [Aptos Learn](https://learn.aptoslabs.com/en/dapp-templates). Read more about specific templates below:

- [Boilerplate Template](https://learn.aptoslabs.com/en/dapp-templates/boilerplate-template)
- [Telegram Mini app Template](https://learn.aptoslabs.com/en/dapp-templates/telegram-mini-app-template)
- [NFT minting dapp Template](https://learn.aptoslabs.com/en/dapp-templates/nft-minting-template)
- [Token minting dapp Template](https://learn.aptoslabs.com/en/dapp-templates/token-minting-template)
- [Token staking dapp Template](https://learn.aptoslabs.com/en/dapp-templates/token-staking-template)
Expand Down
Loading