diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 8fdfe99..1ce0b35 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -2,7 +2,7 @@ import { defineConfig } from "vitepress"; // https://vitepress.dev/reference/site-config export default defineConfig({ - title: "Sky Follower Bridge", + title: "Sky Follower Bridge: Free X to Bluesky Migration Tool", lastUpdated: true, metaChunk: true, @@ -23,7 +23,7 @@ export default defineConfig({ ['link', { rel: 'manifest', href: '/favicon/site.webmanifest' }], ], - description: "Sky Follower Bridge is a Chrome extension that allows you to follow users on Bluesky from your own account.", + description: "Effortlessly migrate your followers from X, Twitter, and Threads to Bluesky with our free browser extension.", themeConfig: { logo: { src: "/images/logo.webp", @@ -86,12 +86,14 @@ export default defineConfig({ locales: { root: { label: 'English', - lang: 'en' + lang: 'en', }, ja: { label: '日本語', lang: 'ja', link: '/ja/', + title: 'Sky Follower Bridge: 無料のXからBlueskyへの移行ツール', + description: '無料のブラウザ拡張機能で、X、Twitter、ThreadsからBlueskyへフォロワーを簡単に移行。', themeConfig: { nav: [ { text: "Home", link: "/" }, @@ -104,6 +106,8 @@ export default defineConfig({ label: "Italiano", lang: "it", link: "/it/", + title: 'Sky Follower Bridge: Strumento gratuito di migrazione da X a Bluesky', + description: 'Migra facilmente i tuoi follower da X, Twitter e Threads a Bluesky con la nostra estensione del browser gratuita.', themeConfig: { nav: [ { text: "Home", link: "/" }, @@ -116,6 +120,8 @@ export default defineConfig({ label: "简体中文", lang: "zh", link: "/zh/", + title: 'Sky Follower Bridge: 免费的X到Bluesky迁移工具', + description: '使用我们的免费浏览器扩展,轻松将您的关注者从X、Twitter和Threads迁移到Bluesky。', themeConfig: { nav: [ { text: "首页", link: "/" }, @@ -128,6 +134,8 @@ export default defineConfig({ label: "Français", lang: "fr", link: "/fr/", + title: 'Sky Follower Bridge: Outil gratuit de migration de X vers Bluesky', + description: 'Migrez facilement vos abonnés de X, Twitter et Threads vers Bluesky avec notre extension de navigateur gratuite.', themeConfig: { nav: [ { text: "Accueil", link: "/" }, @@ -140,6 +148,8 @@ export default defineConfig({ label: "Português", lang: "pt", link: "/pt/", + title: 'Sky Follower Bridge: Ferramenta gratuita de migração de X para Bluesky', + description: 'Migre facilmente seus seguidores de X, Twitter e Threads para Bluesky com nossa extensão de navegador gratuita.', themeConfig: { nav: [ { text: "Início", link: "/" }, @@ -152,6 +162,8 @@ export default defineConfig({ label: "Español", lang: "es", link: "/es/", + title: 'Sky Follower Bridge: Herramienta gratuita de migración de X a Bluesky', + description: 'Migra fácilmente tus seguidores de X, Twitter y Threads a Bluesky con nuestra extensión de navegador gratuita.', themeConfig: { nav: [ { text: "Inicio", link: "/" },