Skip to content

Commit fbef2f4

Browse files
committed
Adding redirections
1 parent ea80c39 commit fbef2f4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

redirects.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,30 @@ const redirects: Record<string, RedirectConfig> = {
5757
status: 301,
5858
destination: "/about",
5959
},
60+
"/users/download": {
61+
status: 301,
62+
destination: "/desktop",
63+
},
64+
"/users/install": {
65+
status: 301,
66+
destination: "/desktop",
67+
},
68+
"/users/quick-start": {
69+
status: 301,
70+
destination: "/quickstart",
71+
},
72+
"/users/tutorial-layouts": {
73+
status: 301,
74+
destination: "/quickstart",
75+
},
76+
"/users/tutorial-visualization": {
77+
status: 301,
78+
destination: "/quickstart",
79+
},
80+
"/gephi-lite": {
81+
status: 301,
82+
destination: "https://lite.gephi.org/",
83+
},
6084
};
6185

6286
export default redirects;

0 commit comments

Comments
 (0)