Skip to content

Commit

Permalink
updated tg link
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecd committed Aug 6, 2024
1 parent 5d2c964 commit 8b460f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@ const withNextra = nextra({
themeConfig: "./theme.config.jsx",
});

const nextConfig = withNextra({
async redirects() {
return [
{
source: "/",
destination: "/learn-about-irys/what-is-irys",
permanent: true,
},
];
},
});
const nextConfig = withNextra();

// If you have other Next.js configurations, you can pass them as the parameter:
// const nextConfig = withNextra({ /* other next.js config */ });
Expand Down
2 changes: 1 addition & 1 deletion pages/build-with-us.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ More information and updates will be available soon. In the meantime, we would l

Have suggestions or want to get involved? Reach out to us on:

- [Telegram](https://t.me/+XBHwxDZzApRhOGM9)
- [Telegram](https://t.me/irysxyz)
- [Discord](https://discord.gg/irys)
- [Twitter](https://twitter.com/irys_xyz)

Expand Down
File renamed without changes.

0 comments on commit 8b460f9

Please sign in to comment.