Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ja): Update vercel.mdx for v3 #4397

Merged
merged 2 commits into from
Aug 30, 2023
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
4 changes: 4 additions & 0 deletions src/content/docs/ja/guides/deploy/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ Vercelへのデプロイは、ウェブサイトのUIまたはVercelのCLI(コ
`vercel.json`を使用して、Vercelのデフォルトの動作を上書きしたり、追加の設定を行うことができます。たとえば、デプロイ環境からのHTTPレスポンスにヘッダーを追加する場合などに使用します。

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

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

Astro v2.0はNode 14のサポートを終了しているため、プロジェクトでは**Node `18.14.1`以降**を使用するようにしてください。ビルドステップとサーバーレス関数で使用するNode.jsのバージョンは、Project SettingsにあるGeneralページから[定義できます](https://vercel.com/changelog/node-js-version-now-customizable-in-the-project-settings)