mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
chore: update document
This commit is contained in:
parent
753bd82396
commit
c1f8a640f9
@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
|
|||||||
|
|
||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "Sky Follower Bridge",
|
title: "Sky Follower Bridge: Free X to Bluesky Migration Tool",
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
metaChunk: true,
|
metaChunk: true,
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ export default defineConfig({
|
|||||||
['link', { rel: 'manifest', href: '/favicon/site.webmanifest' }],
|
['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: {
|
themeConfig: {
|
||||||
logo: {
|
logo: {
|
||||||
src: "/images/logo.webp",
|
src: "/images/logo.webp",
|
||||||
@ -86,12 +86,14 @@ export default defineConfig({
|
|||||||
locales: {
|
locales: {
|
||||||
root: {
|
root: {
|
||||||
label: 'English',
|
label: 'English',
|
||||||
lang: 'en'
|
lang: 'en',
|
||||||
},
|
},
|
||||||
ja: {
|
ja: {
|
||||||
label: '日本語',
|
label: '日本語',
|
||||||
lang: 'ja',
|
lang: 'ja',
|
||||||
link: '/ja/',
|
link: '/ja/',
|
||||||
|
title: 'Sky Follower Bridge: 無料のXからBlueskyへの移行ツール',
|
||||||
|
description: '無料のブラウザ拡張機能で、X、Twitter、ThreadsからBlueskyへフォロワーを簡単に移行。',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Home", link: "/" },
|
{ text: "Home", link: "/" },
|
||||||
@ -104,6 +106,8 @@ export default defineConfig({
|
|||||||
label: "Italiano",
|
label: "Italiano",
|
||||||
lang: "it",
|
lang: "it",
|
||||||
link: "/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: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Home", link: "/" },
|
{ text: "Home", link: "/" },
|
||||||
@ -116,6 +120,8 @@ export default defineConfig({
|
|||||||
label: "简体中文",
|
label: "简体中文",
|
||||||
lang: "zh",
|
lang: "zh",
|
||||||
link: "/zh/",
|
link: "/zh/",
|
||||||
|
title: 'Sky Follower Bridge: 免费的X到Bluesky迁移工具',
|
||||||
|
description: '使用我们的免费浏览器扩展,轻松将您的关注者从X、Twitter和Threads迁移到Bluesky。',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "首页", link: "/" },
|
{ text: "首页", link: "/" },
|
||||||
@ -128,6 +134,8 @@ export default defineConfig({
|
|||||||
label: "Français",
|
label: "Français",
|
||||||
lang: "fr",
|
lang: "fr",
|
||||||
link: "/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: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Accueil", link: "/" },
|
{ text: "Accueil", link: "/" },
|
||||||
@ -140,6 +148,8 @@ export default defineConfig({
|
|||||||
label: "Português",
|
label: "Português",
|
||||||
lang: "pt",
|
lang: "pt",
|
||||||
link: "/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: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Início", link: "/" },
|
{ text: "Início", link: "/" },
|
||||||
@ -152,6 +162,8 @@ export default defineConfig({
|
|||||||
label: "Español",
|
label: "Español",
|
||||||
lang: "es",
|
lang: "es",
|
||||||
link: "/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: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Inicio", link: "/" },
|
{ text: "Inicio", link: "/" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user