Skip to content

Commit

Permalink
i18n(ja): Update vercel.mdx for v3 (#4397)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan Thomas <[email protected]>
  • Loading branch information
morinokami and yanthomasdev authored Aug 30, 2023
1 parent 027540c commit 490e92b
Showing 1 changed file with 4 additions and 0 deletions.
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)

0 comments on commit 490e92b

Please sign in to comment.