Skip to content

Commit 9a426a6

Browse files
committed
add redirect
1 parent 10f5005 commit 9a426a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ config :algora,
2525
{"/:org/contract/:id", "/:org/contracts/:id"},
2626
{"/org/*path", "/*path"},
2727
{"/@/:handle", "/:handle/profile"},
28-
{"/challenges/limbo", "/challenges/turso"}
28+
{"/challenges/limbo", "/challenges/turso"},
29+
{"/challenges/primeintellect-ai", "/challenges/primeintellect"}
2930
]
3031

3132
# Configures the endpoint

0 commit comments

Comments
 (0)