Skip to content

Commit

Permalink
docs: link to ViteConf 24
Browse files Browse the repository at this point in the history
resolve #1490

vitejs/vite@63fabfc の反映です。
  • Loading branch information
shuuji3 committed Jul 17, 2024
1 parent 87db4d5 commit a8839a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .vitepress/theme/components/AsideSponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ const sponsors = computed(() => {
</script>

<template>
<a class="vite-event" href="https://lu.ma/vite" target="_blank">
<img width="22" height="22" src="/logo.svg" />
<a
class="viteconf"
href="https://viteconf.org/?utm=vite-sidebar"
target="_blank"
>
<img width="22" height="22" src="/viteconf.svg" />
<span>
<p class="extra-info">May 9th, 2024</p>
<p class="heading">Vite Meetup SF</p>
<p class="extra-info">Building Together</p>
<p class="heading">ViteConf 24 - Oct 3</p>
<p class="extra-info">Get your free ticket!</p>
</span>
</a>
<VPDocAsideSponsors v-if="data" :data="sponsors" />
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ hero:
text: GitHub で見る
link: https://github.com/vitejs/vite
- theme: alt
text: 📅 Vite Meetup SF
link: https://lu.ma/vite
text: ⚡ ViteConf 24!
link: https://viteconf.org/?utm=vite-homepage

features:
- icon: 💡
Expand Down

0 comments on commit a8839a3

Please sign in to comment.