Skip to content

Commit 3cdb7fa

Browse files
committed
docs: update to viteconf 2025
resolve vitejs#1881 vitejs/vite@cc2d623 の反映です。
1 parent 8ae4b5b commit 3cdb7fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.vitepress/theme/components/AsideSponsors.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ const sponsors = computed(() => {
2121
<template>
2222
<a
2323
class="viteconf"
24-
href="https://viteconf.org/24/replay?utm=vite-sidebar"
24+
href="https://viteconf.org/?utm=vite-sidebar"
2525
target="_blank"
2626
>
2727
<img width="22" height="22" src="/viteconf.svg" alt="ViteConf Logo" />
2828
<span>
2929
<p class="extra-info">Building Together</p>
30-
<p class="heading">ViteConf 2024</p>
31-
<p class="extra-info">リプレイを視聴する!</p>
30+
<p class="heading">ViteConf 2025</p>
31+
<p class="extra-info">初めて対面で開催!</p>
3232
</span>
3333
</a>
3434
<VPDocAsideSponsors v-if="data" :data="sponsors" />

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ import HeroDiagram from './HeroDiagram.vue'
55
<template>
66
<div class="hero">
77
<div class="container">
8-
<!-- ViteConf Replay Button -->
8+
<!-- ViteConf 2025 Button -->
99
<a
10-
href="https://viteconf.org/24/replay?utm=vite"
10+
href="https://viteconf.org/?utm=vite"
1111
class="hero__pill"
1212
target="_blank"
1313
>
1414
<img src="/viteconf.svg" alt="Viteconf logo" width="20" height="20" />
15-
<span>ViteConf 2024 のトーク</span>
15+
<span>ViteConf 2025 のトーク</span>
1616
</a>
1717

1818
<!-- Heading -->

0 commit comments

Comments
 (0)