diff options
author | 2023-10-04 23:18:45 -0700 | |
---|---|---|
committer | 2023-10-05 07:18:45 +0100 | |
commit | 78adbc4433208458291e36713909762e148e1e5d (patch) | |
tree | 7f50873904d411b2d5875543fedfed46aed159ba | |
parent | d78806dfe0301ea7ffe6c7c1f783bd415ac7cda9 (diff) | |
download | astro-78adbc4433208458291e36713909762e148e1e5d.tar.gz astro-78adbc4433208458291e36713909762e148e1e5d.tar.zst astro-78adbc4433208458291e36713909762e148e1e5d.zip |
Update Netlify SSR link (#8700)
-rw-r--r-- | .changeset/thick-cups-knock.md | 5 | ||||
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
2 files changed, 6 insertions, 1 deletions
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. * |