Skip to content
Merged

d2m #1386

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ export default defineConfig({
{ text: '团队成员', link: '/team' },
{ text: '最新博客', link: '/blog' },
{ text: '发布策略', link: '/releases' },
{
text: '纪录片',
link: 'https://www.youtube.com/watch?v=bmWQqAKLgT4',
},
{
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/inlined-scripts/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
}
}

window.__VITE_BANNER_ID__ = 'viteconf2025'
window.__VITE_BANNER_ID__ = 'viteplusannouncement'
restore(`vite-docs-banner-${__VITE_BANNER_ID__}`, 'banner-dismissed')
})()
4 changes: 2 additions & 2 deletions .vitepress/theme/components/AsideSponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const sponsors = computed(() => {
<template>
<a
class="viteconf"
href="https://viteconf.org/?utm=vite-sidebar"
href="https://www.youtube.com/playlist?list=PLqGQbXn_GDmkJaoykvHCUmXUPjhgH2bVr"
target="_blank"
>
<img
Expand All @@ -33,7 +33,7 @@ const sponsors = computed(() => {
<span>
<p class="extra-info">Building Together</p>
<p class="heading">ViteConf 2025</p>
<p class="extra-info">First time in-person!</p>
<p class="extra-info">View the replays</p>
</span>
</a>
<VPDocAsideSponsors v-if="data" :data="sponsors" />
Expand Down
Loading