Skip to content

Commit 70e44dd

Browse files
committed
tamen
1 parent 428003b commit 70e44dd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

data/publications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const publications: {
6868
{
6969
title: "TAMEn: Tactile-Aware Manipulation Engine for Closed-Loop Data Collection in Contact-Rich Tasks",
7070
link: "https://arxiv.org/abs/2604.07335",
71-
image: "/publication/tamen-teaser.jpg",
71+
image: "https://raw.githubusercontent.com/OpenDriveLab/opendrivelab.github.io/master/TAMEn/landing/teaser.jpg",
7272
author: "Longyan Wu, Jieji Ren, Chenghang Jiang, Junxi Zhou, Shijia Peng, Ran Huang, Guoying Gu, Li Chen, Hongyang Li",
7373
note: "Preprint 2026",
7474
noteoption: '',

next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ const nextConfig: NextConfig = {
99
hostname: 'opendrivelab.github.io',
1010
pathname: '/**',
1111
},
12+
{
13+
protocol: 'https',
14+
hostname: 'raw.githubusercontent.com',
15+
pathname: '/OpenDriveLab/opendrivelab.github.io/**',
16+
},
1217
{
1318
protocol: 'https',
1419
hostname: 'img.shields.io',

0 commit comments

Comments
 (0)