Skip to content

Commit 17ed6b1

Browse files
authored
docs: add viteconf 2025 video playlist (vitejs#2190)
1 parent d832b51 commit 17ed6b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vitepress/theme/components/AsideSponsors.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sponsors = computed(() => {
2121
<template>
2222
<a
2323
class="viteconf"
24-
href="https://viteconf.org/?utm=vite-sidebar"
24+
href="https://www.youtube.com/playlist?list=PLqGQbXn_GDmkJaoykvHCUmXUPjhgH2bVr"
2525
target="_blank"
2626
>
2727
<img
@@ -33,7 +33,7 @@ const sponsors = computed(() => {
3333
<span>
3434
<p class="extra-info">Building Together</p>
3535
<p class="heading">ViteConf 2025</p>
36-
<p class="extra-info">初めて対面で開催!</p>
36+
<p class="extra-info">リプレイを視聴する</p>
3737
</span>
3838
</a>
3939
<VPDocAsideSponsors v-if="data" :data="sponsors" />

.vitepress/theme/components/landing/1. hero-section/HeroSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import HeroDiagram from './HeroDiagram.vue'
77
<div class="container">
88
<!-- ViteConf 2025 Button -->
99
<a
10-
href="https://viteconf.org/?utm=vite"
10+
href="https://www.youtube.com/playlist?list=PLqGQbXn_GDmkJaoykvHCUmXUPjhgH2bVr"
1111
class="hero__pill"
1212
target="_blank"
1313
>
@@ -17,7 +17,7 @@ import HeroDiagram from './HeroDiagram.vue'
1717
width="20"
1818
height="20"
1919
/>
20-
<span>ViteConf 2025</span>
20+
<span>ViteConf 2025 Replay</span>
2121
</a>
2222

2323
<!-- Heading -->

0 commit comments

Comments
 (0)