Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/content/docs/ja/guides/deploy/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: VercelでAstroサイトをウェブにデプロイする方法。
type: deploy
i18nReady: true
---
import ReadMore from '~/components/ReadMore.astro'

[Vercel](http://vercel.com/)を使用して、グローバルなエッジネットワークに設定無しでAstroサイトをデプロイできます。

Expand Down Expand Up @@ -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)についてもっと学ぶ。
<ReadMore>Vercelの[Git連携](https://vercel.com/docs/concepts/git)についてもっと学ぶ。</ReadMore>


### CLIからのデプロイ
Expand All @@ -81,7 +82,7 @@ Vercelへのデプロイは、ウェブサイトのUIまたはVercelのCLI(コ

`vercel.json`を使用して、Vercelのデフォルトの動作を上書きしたり、追加の設定を行うことができます。たとえば、デプロイ環境からのHTTPレスポンスにヘッダーを追加する場合などに使用します。

📚 [Vercelのプロジェクト設定](https://vercel.com/docs/project-configuration)についてもっと学ぶ。
<ReadMore>[Vercelのプロジェクト設定](https://vercel.com/docs/project-configuration)についてもっと学ぶ。</ReadMore>

### Astro 2.0へのアップグレード

Expand Down