Skip to content

Commit 5d697c1

Browse files
authored
fix(showcase): inaccessible links of covers added on #2219 (#2221)
1 parent 5d1f160 commit 5d697c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/showcases.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export const showcases: ShowCaseInfo[] = [
235235
at: 'KubeCon 2024 China',
236236
slidesLink: 'https://talks.ayaka.io/nekoayaka/2024-08-21-kubecon-hk/',
237237
sourceLink: 'https://github.com/nekomeowww/talks/tree/main/packages/2024-08-21-kubecon-hk',
238-
cover: 'https://github.com/user-attachments/assets/2f05c71f-15cf-4198-b2c1-5f831ad437d6',
238+
cover: 'https://raw.githubusercontent.com/BaizeAI/talks/main/packages/2024-08-21-kubecon-hk/public/screenshot.png',
239239
datetime: '2024-08-21',
240240
},
241241
{
@@ -271,7 +271,7 @@ export const showcases: ShowCaseInfo[] = [
271271
at: 'KubeCon 2025 China',
272272
slidesLink: 'https://baizeai.github.io/talks/2025-06-11-kubecon-hk/',
273273
sourceLink: 'https://github.com/BaizeAI/talks/tree/main/packages/2025-06-11-kubecon-hk',
274-
cover: 'https://github.com/user-attachments/assets/fabbdb94-f42b-48eb-be40-951b232544d9',
274+
cover: 'https://raw.githubusercontent.com/BaizeAI/talks/main/packages/2025-06-11-kubecon-hk/public/screenshot.png',
275275
datetime: '2025-06-11',
276276
},
277277
{

0 commit comments

Comments
 (0)