summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jacob Lamb <jacobtlamb@hey.com> 2023-10-04 23:18:45 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-05 07:18:45 +0100
commit78adbc4433208458291e36713909762e148e1e5d (patch)
tree7f50873904d411b2d5875543fedfed46aed159ba
parentd78806dfe0301ea7ffe6c7c1f783bd415ac7cda9 (diff)
downloadastro-78adbc4433208458291e36713909762e148e1e5d.tar.gz
astro-78adbc4433208458291e36713909762e148e1e5d.tar.zst
astro-78adbc4433208458291e36713909762e148e1e5d.zip
Update Netlify SSR link (#8700)
-rw-r--r--.changeset/thick-cups-knock.md5
-rw-r--r--packages/astro/src/@types/astro.ts2
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.
*