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 flightcontrol.mdx #7433

Merged
merged 3 commits into from
Mar 18, 2024
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: 2 additions & 2 deletions src/content/docs/ja/guides/deploy/flightcontrol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ AWSアカウントへの完全自動デプロイを提供する[Flightcontrol](h
- (すべての設定をflightcontrolのダッシュボードから管理する)`GUI`では、`Astro Static`または`Astro SSR`プリセットを選択します。
- (すべての設定をリポジトリに含める"infrastructure as code"オプションである)`flightcontrol.json`では、Astroのサンプル設定を選択し、それを`flightcontrol.json`としてコードベースに追加します。
5. 必要に応じて設定を調整します。
6. 「Create Project」をクリックし、AWSアカウントのリンクなどの必要な手順を進めます
6. 「Create Project」をクリックし、(AWSアカウントのリンクなどの)必要な手順を進めます

### SSRの設定

SSRに対応してデプロイするには、まず[`@astro/node`](/ja/guides/integrations-guide/node/)アダプターを設定する必要があります。その後、上記した手順でAstroのSSRに適した設定を選択します。
SSRに対応してデプロイするには、まず[`@astrojs/node`](/ja/guides/integrations-guide/node/)アダプターを設定する必要があります。その後、上記した手順でAstroのSSRに適した設定を選択します。
Loading