Skip to content

Commit 6ee0245

Browse files
committed
fix: fix nextjs CVE dependency
Signed-off-by: Anathan <anathan.y@metis.io>
1 parent cd7c96d commit 6ee0245

5 files changed

Lines changed: 28922 additions & 11 deletions

File tree

website/content/docs/bridge/hyperlane.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The **Hyperlane Bridge** enables seamless cross-chain transfers between the **Me
88

99
**Bridge URL:**
1010

11-
* Metis <-> LazAI: ➡️ https://nexus.hyperlane.xyz/?origin=metis&token=METIS&destination=lazai
12-
* LazAI <-> Metis ➡️ https://nexus.hyperlane.xyz/?origin=lazai&token=METIS&destination=metis
11+
* Metis &lt;-&gt; LazAI: ➡️ https://nexus.hyperlane.xyz/?origin=metis&token=METIS&destination=lazai
12+
* LazAI &lt;-&gt; Metis ➡️ https://nexus.hyperlane.xyz/?origin=lazai&token=METIS&destination=metis
1313

14-
![metis -> LazAI bridge](https://github.com/user-attachments/assets/528c509b-a1df-4123-a4ee-5239a4320be5)
14+
![metis -&gt; LazAI bridge](https://github.com/user-attachments/assets/528c509b-a1df-4123-a4ee-5239a4320be5)
1515

1616
connect wallet
1717
select Token (e.g `METIS`)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "Bridge",
3-
"icon": "Network",
3+
"icon": "Waypoints",
44
"pages": ["hyperlane"]
55
}

website/next.config.mjs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ const withMDX = createMDX();
55
/** @type {import('next').NextConfig} */
66
const config = {
77
reactStrictMode: true,
8+
images: {
9+
remotePatterns: [
10+
{
11+
protocol: "https",
12+
hostname: "github.com",
13+
},
14+
{
15+
protocol: "https",
16+
hostname: "raw.githubusercontent.com",
17+
},
18+
],
19+
},
820
webpack: (config) => {
921
// Handle native binary modules
1022
config.module.rules.push({

0 commit comments

Comments
 (0)