Skip to content

Commit 63fabfc

Browse files
authored
docs: link to ViteConf 24 (#17702)
1 parent e1fb0fa commit 63fabfc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/.vitepress/theme/components/AsideSponsors.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ const sponsors = computed(() => {
2020
<template>
2121
<a
2222
class="viteconf"
23-
href="https://viteconf.org/23/replay?utm=vite-sidebar"
23+
href="https://viteconf.org/?utm=vite-sidebar"
2424
target="_blank"
2525
>
2626
<img width="22" height="22" src="/viteconf.svg" />
2727
<span>
28-
<p class="extra-info">Beyond Fast</p>
29-
<p class="heading">ViteConf 2023</p>
30-
<p class="extra-info">Watch the replay!</p>
28+
<p class="extra-info">Building Together</p>
29+
<p class="heading">ViteConf 24 - Oct 3</p>
30+
<p class="extra-info">Get your free ticket!</p>
3131
</span>
3232
</a>
3333
<VPDocAsideSponsors v-if="data" :data="sponsors" />

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ hero:
2222
text: View on GitHub
2323
link: https://github.com/vitejs/vite
2424
- theme: brand
25-
text: 🎉 ViteConf 23!
26-
link: https://viteconf.org/23/replay?utm=vite-homepage
25+
text: ViteConf 24!
26+
link: https://viteconf.org/?utm=vite-homepage
2727

2828
features:
2929
- icon: 💡

0 commit comments

Comments
 (0)