diff --git a/src/content/docs/ja/guides/deploy/vercel.mdx b/src/content/docs/ja/guides/deploy/vercel.mdx
index a83ee06155c95..d4596f7a7a016 100644
--- a/src/content/docs/ja/guides/deploy/vercel.mdx
+++ b/src/content/docs/ja/guides/deploy/vercel.mdx
@@ -4,6 +4,7 @@ description: VercelでAstroサイトをウェブにデプロイする方法。
type: deploy
i18nReady: true
---
+import ReadMore from '~/components/ReadMore.astro'
[Vercel](http://vercel.com/)を使用して、グローバルなエッジネットワークに設定無しでAstroサイトをデプロイできます。
@@ -60,7 +61,7 @@ Vercelへのデプロイは、ウェブサイトのUIまたはVercelのCLI(コ
プロジェクトがインポート・デプロイされると、その後のブランチへのプッシュはすべて[プレビューデプロイ](https://vercel.com/docs/concepts/deployments/preview-deployments)を生成し、またプロダクションブランチ(通常は「main」)に加えられたすべての変更は[本番環境へのデプロイ](https://vercel.com/docs/concepts/deployments/environments#production)となります。
-📚 Vercelの[Git連携](https://vercel.com/docs/concepts/git)についてもっと学ぶ。
+Vercelの[Git連携](https://vercel.com/docs/concepts/git)についてもっと学ぶ。
### CLIからのデプロイ
@@ -81,7 +82,7 @@ Vercelへのデプロイは、ウェブサイトのUIまたはVercelのCLI(コ
`vercel.json`を使用して、Vercelのデフォルトの動作を上書きしたり、追加の設定を行うことができます。たとえば、デプロイ環境からのHTTPレスポンスにヘッダーを追加する場合などに使用します。
-📚 [Vercelのプロジェクト設定](https://vercel.com/docs/project-configuration)についてもっと学ぶ。
+[Vercelのプロジェクト設定](https://vercel.com/docs/project-configuration)についてもっと学ぶ。
### Astro 2.0へのアップグレード