Skip to content

Commit 124a5f7

Browse files
committed
remove newsletter links
1 parent 812dca4 commit 124a5f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const nav: ThemeConfig['nav'] = [
8787
items: [
8888
{ text: 'Blog', link: 'https://blog.vuejs.org/' },
8989
{ text: 'Twitter', link: 'https://twitter.com/vuejs' },
90-
{ text: 'Newsletter', link: 'https://news.vuejs.org/' },
90+
// { text: 'Newsletter', link: 'https://news.vuejs.org/' },
9191
{ text: 'Events', link: 'https://events.vuejs.org/' }
9292
]
9393
}

.vitepress/theme/components/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
import { onMounted } from 'vue'
3-
import NewsLetter from './NewsLetter.vue'
3+
// import NewsLetter from './NewsLetter.vue'
44
import { load, data, base } from './sponsors'
55
import SponsorsGroup from './SponsorsGroup.vue'
66
import VueMasteryModal from './VueMasteryModal.vue'
@@ -88,7 +88,7 @@ onMounted(async () => {
8888
<SponsorsGroup tier="gold" placement="landing" />
8989
</section>
9090

91-
<NewsLetter />
91+
<!-- <NewsLetter /> -->
9292
</template>
9393

9494
<style scoped>

0 commit comments

Comments
 (0)