Skip to content

Commit

Permalink
redirection pages
Browse files Browse the repository at this point in the history
  • Loading branch information
L-as committed Mar 31, 2024
1 parent b04d6ff commit 88ecab6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"linkcheck": "lychee --config ./lychee.toml --quiet \"./pages\"",
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next build && npx serve@latest out",
"postbuild": "next-sitemap"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pages/zeko.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<meta http-equiv="refresh" content="0; URL=https://zeko-labs.github.io" />
<meta http-equiv="refresh" content="0; URL=/" />

# Redirecting...
3 changes: 3 additions & 0 deletions pages/zeko/da-layer.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<meta http-equiv="refresh" content="0; URL=/da-layer" />

# Redirecting...
3 changes: 3 additions & 0 deletions pages/zeko/for_end_users.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<meta http-equiv="refresh" content="0; URL=/for_end_users" />

# Redirecting...
3 changes: 3 additions & 0 deletions pages/zeko/for_network_operators.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<meta http-equiv="refresh" content="0; URL=/for_network_operators" />

# Redirecting...
3 changes: 3 additions & 0 deletions pages/zeko/for_zkapp_developers.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<meta http-equiv="refresh" content="0; URL=/for_zkapp_developers" />

# Redirecting...
3 changes: 3 additions & 0 deletions pages/zeko/sequencer.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<meta http-equiv="refresh" content="0; URL=/sequencer" />

# Redirecting...

0 comments on commit 88ecab6

Please sign in to comment.