Skip to content

Commit 7f5a9f4

Browse files
committed
WE imagekit io
1 parent a674c5a commit 7f5a9f4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

data/publications.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ export const publications: {
6868
{
6969
title: "World Engine: Towards the Era of Post-Training for Physical AI",
7070
link: "",
71-
image: "https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/refs/heads/master/WorldEngine/imgs/README_overall.jpg",
72-
image_sliding: "https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/refs/heads/master/WorldEngine/imgs/WE_hero_img_nologo.jpg",
71+
image: "https://ik.imagekit.io/WCJBERT/README_overall.jpg?updatedAt=1776319746886",
72+
image_sliding: "https://ik.imagekit.io/WCJBERT/WE_hero_img_nologo.jpg",
7373
author: "Tianyu Li, Li Chen, Hongyang Li, Caojun Wang, Haochen Liu, Kashyap Chitta, Yuhang Lu, Naisheng Ye, Yufei Wang, Jiaxin Peng, Jin Pan, Zhaoyu Su, Peng Su, Andrei Bursuc, Shengbo Eben Li, Andreas Geiger, Honglin Bian",
7474
note: "Research Article 2026",
7575
noteoption: '',

next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ const nextConfig: NextConfig = {
2929
hostname: 'ik.imagekit.io',
3030
pathname: '/mmlab/**',
3131
},
32+
{
33+
protocol: 'https',
34+
hostname: 'ik.imagekit.io',
35+
pathname: '/WCJBERT/**',
36+
},
3237
{
3338
protocol: 'https',
3439
hostname: 'assets.kinetixai.cn',

0 commit comments

Comments
 (0)