From 78adbc4433208458291e36713909762e148e1e5d Mon Sep 17 00:00:00 2001 From: Jacob Lamb Date: Wed, 4 Oct 2023 23:18:45 -0700 Subject: [PATCH] Update Netlify SSR link (#8700) --- .changeset/thick-cups-knock.md | 5 +++++ packages/astro/src/@types/astro.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/thick-cups-knock.md diff --git a/.changeset/thick-cups-knock.md b/.changeset/thick-cups-knock.md new file mode 100644 index 000000000..e51ec5b7e --- /dev/null +++ b/.changeset/thick-cups-knock.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Update link for Netlify SSR diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 393932d99..2217e76f2 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -636,7 +636,7 @@ export interface AstroUserConfig { * @see output * @description * - * Deploy to your favorite server, serverless, or edge host with build adapters. Import one of our first-party adapters for [Netlify](https://docs.astro.build/en/guides/deploy/netlify/#adapter-for-ssredge), [Vercel](https://docs.astro.build/en/guides/deploy/vercel/#adapter-for-ssr), and more to engage Astro SSR. + * Deploy to your favorite server, serverless, or edge host with build adapters. Import one of our first-party adapters for [Netlify](https://docs.astro.build/en/guides/deploy/netlify/#adapter-for-ssr), [Vercel](https://docs.astro.build/en/guides/deploy/vercel/#adapter-for-ssr), and more to engage Astro SSR. * * [See our Server-side Rendering guide](https://docs.astro.build/en/guides/server-side-rendering/) for more on SSR, and [our deployment guides](https://docs.astro.build/en/guides/deploy/) for a complete list of hosts. *