Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit d79f8f8

Browse files
committed
links update
1 parent 3bd8f92 commit d79f8f8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

next.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4+
output:"export",
5+
46
images: {
7+
unoptimized: true,
58
domains: ['pbs.twimg.com', 'via.placeholder.com'],
69
}
710
};

src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ const products: TProduct[] = [
3636
title: "Web IDE for seamless DevX on AO",
3737
description: "Build faster, smarter, and more efficiently with BetterIDEa, the ultimate native web IDE for AO development",
3838
image: ide,
39-
link: "https://ide.betteridea.dev"
39+
link: "https://ide_betteridea.ar.io"
4040
},
4141
{
4242
heading: "ArNode",
4343
title: "High performance arweave gateway",
4444
description: "with great gateways come great decentralisation",
4545
image: arnode,
46-
link: "https://arnode.asia"
46+
link: "https://arweave.tech"
4747
},
4848
{
4949
heading: "AO Package Manager",
5050
title: "Package Manager for AO",
5151
description: "Discover, install, and manage packages with ease",
5252
image: apm,
53-
link: "https://apm.betteridea.dev"
53+
link: "https://apm_betteridea.ar.io"
5454
},
5555
{
5656
heading: "LUA Code Cells",

0 commit comments

Comments
 (0)