Skip to content

Commit aa3503a

Browse files
committed
.
1 parent c374f95 commit aa3503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function NotFound404() {
5454
}
5555
// project
5656
if (
57-
pathname.toLowerCase().startsWith('/blog/agibot') ||
57+
pathname.toLowerCase().startsWith('/blog/agibot-world') ||
5858
pathname.toLowerCase().startsWith('/agibot-world')
5959
) {
6060
redirect('/legacy/AgiBot-World/index.html')

0 commit comments

Comments
 (0)