Skip to content

Commit ec883ae

Browse files
authored
Merge branch 'main' into watch
2 parents e5bc96e + 348ce6e commit ec883ae

File tree

19 files changed

+124
-132
lines changed

19 files changed

+124
-132
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ export default defineConfigWithTheme<ThemeConfig>({
728728
algolia: {
729729
indexName: 'vuejs',
730730
appId: 'ML0LEBN7FQ',
731-
apiKey: '21cf9df0734770a2448a9da64a700c22',
731+
apiKey: '10e7a8b13e6aec4007343338ab134e05',
732732
searchParameters: {
733733
facetFilters: ['version:v3']
734734
}

.vitepress/theme/components/NewsLetter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { VTLink } from '@vue/theme'
4545
href="https://news.vuejs.org/"
4646
no-icon
4747
>news.vuejs.org</VTLink>. You may also go social at
48-
<VTLink class="link" href="https://twitter.com/vuejs" no-icon>Twitter</VTLink>, or join our home at
48+
<VTLink class="link" href="https://x.com/vuejs" no-icon>Twitter</VTLink>, or join our home at
4949
<VTLink class="link" href="https://discord.com/invite/vue" no-icon>Discord</VTLink>.
5050
</p>
5151
</div>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ corepack enable
2525

2626
## Working on the theme
2727

28-
If changes need to made for the theme, check out the [instructions for developing the theme alongside the docs](https://github.com/vuejs/vue-theme#developing-with-real-content).
28+
If changes need to be made for the theme, check out the [instructions for developing the theme alongside the docs](https://github.com/vuejs/vue-theme#developing-with-real-content).

0 commit comments

Comments
 (0)