From 34911aa0b587425002f9324bdfc401d4e97f35a1 Mon Sep 17 00:00:00 2001 From: Alex Nguyen Date: Wed, 20 Dec 2023 08:18:02 +1300 Subject: [PATCH] Update flightcontrol.mdx --- src/content/docs/en/guides/deploy/flightcontrol.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/guides/deploy/flightcontrol.mdx b/src/content/docs/en/guides/deploy/flightcontrol.mdx index 74d3ed983f4eb..8778df6e8aed9 100644 --- a/src/content/docs/en/guides/deploy/flightcontrol.mdx +++ b/src/content/docs/en/guides/deploy/flightcontrol.mdx @@ -23,4 +23,4 @@ Supports both static and SSR Astro sites. ### SSR Setup -To deploy with SSR support, make sure you first set up the [`@astro/node`](/en/guides/integrations-guide/node/) adapter. Then, follow the steps above, choosing the appropriate configurations for Astro SSR. +To deploy with SSR support, make sure you first set up the [`@astrojs/node`](/en/guides/integrations-guide/node/) adapter. Then, follow the steps above, choosing the appropriate configurations for Astro SSR.