Skip to content

Commit 2a1d8f5

Browse files
authored
Merge pull request #1558 from scroll-tech/sepolia
merge sepolia into mainnet
2 parents b6afcb0 + d6004a1 commit 2a1d8f5

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

next.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ const nextConfig = {
110110
destination: '/?utm_source=x&utm_medium=social&utm_campaign=Emily',
111111
permanent: false,
112112
},
113-
{ source: "/research", destination: "/technology", permanent: true },
114-
]
113+
{ source: "/research/:path*", destination: "/technology/:path*", permanent: true } ]
115114
},
116115
async rewrites() {
117116
return [

src/components/Header/data.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,6 @@ const mainnetNavigations: Navigation[] = [
148148
key: "technology",
149149
href: "https://scroll.io/technology",
150150
},
151-
{
152-
rootKey: "vision",
153-
label: "Technology",
154-
key: "technology",
155-
href: "https://docs.scroll.io/en/technology/",
156-
},
157151
{
158152
rootKey: "vision",
159153
label: "Strategy",

0 commit comments

Comments
 (0)