We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c374f95 commit aa3503aCopy full SHA for aa3503a
components/ui/404.tsx
@@ -54,7 +54,7 @@ export default function NotFound404() {
54
}
55
// project
56
if (
57
- pathname.toLowerCase().startsWith('/blog/agibot') ||
+ pathname.toLowerCase().startsWith('/blog/agibot-world') ||
58
pathname.toLowerCase().startsWith('/agibot-world')
59
) {
60
redirect('/legacy/AgiBot-World/index.html')
0 commit comments