Skip to content

Commit e482ab9

Browse files
committed
.
1 parent 73593bb commit e482ab9

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

app/(default)/(event)/events/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
22
export const metadata: Metadata = {
33
title: "Event | OpenDriveLab",
44
description: "OpenDriveLab is committed to exploring cutting-edge embodied AI technology, launching a series of benchmarking work, open source to serve the community, and promote the common development of the industry. Friends who are committed to making influential research are welcome to join!",
5-
keywords: ["Event", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU", "SII"],
5+
keywords: ["Event", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU" ],
66
};
77

88

app/(default)/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import type { Metadata } from "next";
22
export const metadata: Metadata = {
3-
title: "OpenDriveLab | Robotics and Autonomous Driving at HKU, SII, and beyond",
3+
title: "OpenDriveLab | Robotics and Autonomous Driving at HKU and Beyond",
44
description: "OpenDriveLab is committed to exploring cutting-edge embodied AI technology, launching a series of benchmarking work, open source to serve the community, and promote the common development of the industry. Friends who are committed to making influential research are welcome to join!",
5-
keywords: ["OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU", "SII"],
5+
keywords: ["OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU" ],
66
};
77

88

app/(default)/(page)/datasets/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
22
export const metadata: Metadata = {
33
title: "Dataset | OpenDriveLab",
44
description: "OpenDriveLab is committed to exploring cutting-edge embodied AI technology, launching a series of benchmarking work, open source to serve the community, and promote the common development of the industry. Friends who are committed to making influential research are welcome to join!",
5-
keywords: ["Dataset", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU", "SII"],
5+
keywords: ["Dataset", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU" ],
66
};
77

88

app/(default)/(page)/publications/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
22
export const metadata: Metadata = {
33
title: "Publication | OpenDriveLab",
44
description: "OpenDriveLab is committed to exploring cutting-edge embodied AI technology, launching a series of benchmarking work, open source to serve the community, and promote the common development of the industry. Friends who are committed to making influential research are welcome to join!",
5-
keywords: ["Publication", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU", "SII"],
5+
keywords: ["Publication", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU" ],
66
};
77

88

app/(default)/(page)/recruit/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
22
export const metadata: Metadata = {
33
title: "Recruit | OpenDriveLab",
44
description: "OpenDriveLab is committed to exploring cutting-edge embodied AI technology, launching a series of benchmarking work, open source to serve the community, and promote the common development of the industry. Friends who are committed to making influential research are welcome to join!",
5-
keywords: ["Recruit", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU", "SII"],
5+
keywords: ["Recruit", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU" ],
66
};
77

88

app/(default)/(page)/team/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
22
export const metadata: Metadata = {
33
title: "Team | OpenDriveLab",
44
description: "OpenDriveLab is committed to exploring cutting-edge embodied AI technology, launching a series of benchmarking work, open source to serve the community, and promote the common development of the industry. Friends who are committed to making influential research are welcome to join!",
5-
keywords: ["Team", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU", "SII"],
5+
keywords: ["Team", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU" ],
66
};
77

88

app/(default)/(project)/FreeTacMan/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Link from "next/link";
55
export const metadata: Metadata = {
66
title: "FreeTacMan | OpenDriveLab",
77
description: "FreeTacMan",
8-
keywords: ["FreeTacMan", "OpenDriveLab", "HKU", "SII"],
8+
keywords: ["FreeTacMan", "OpenDriveLab", "HKU" ],
99
viewport: "width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes",
1010
};
1111

app/(default)/(research)/AutonomousDriving/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
22
export const metadata: Metadata = {
33
title: "Autonomous Driving | OpenDriveLab",
44
description: "OpenDriveLab is committed to exploring cutting-edge embodied AI technology, launching a series of benchmarking work, open source to serve the community, and promote the common development of the industry. Friends who are committed to making influential research are welcome to join!",
5-
keywords: ["Autonomous Driving", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU", "SII"],
5+
keywords: ["Autonomous Driving", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU" ],
66
};
77

88

app/(default)/(research)/EmbodiedAI/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
22
export const metadata: Metadata = {
33
title: "Embodied AI | OpenDriveLab",
44
description: "OpenDriveLab is committed to exploring cutting-edge embodied AI technology, launching a series of benchmarking work, open source to serve the community, and promote the common development of the industry. Friends who are committed to making influential research are welcome to join!",
5-
keywords: ["Embodied AI", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU", "SII"],
5+
keywords: ["Embodied AI", "OpenDriveLab", "Robotics", "Embodied AI", "Autonomous Driving", "HKU" ],
66
};
77

88

app/missing/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
22
export const metadata: Metadata = {
33
title: "404 | OpenDriveLab",
44
description: "404 Not Found",
5-
keywords: ["404", "OpenDriveLab", "HKU", "SII"],
5+
keywords: ["404", "OpenDriveLab", "HKU" ],
66
};
77

88

0 commit comments

Comments
 (0)