summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2022-07-07 22:21:10 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-07 22:21:10 +0000
commit272d24ba3a021ca6615b163a88e298b833a7e097 (patch)
tree4388be1b270598c8e3a1d2aceca1e8402121c170
parent08fa0772abb49b892fa03198fa16964161b9618d (diff)
downloadastro-272d24ba3a021ca6615b163a88e298b833a7e097.tar.gz
astro-272d24ba3a021ca6615b163a88e298b833a7e097.tar.zst
astro-272d24ba3a021ca6615b163a88e298b833a7e097.zip
[ci] format
-rw-r--r--packages/astro/src/@types/astro.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index 2b56bee8c..fff3f9f6c 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -589,11 +589,11 @@ export interface AstroUserConfig {
* @kind heading
* @name Adapter
* @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.
- *
+ *
* [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.
- *
+ *
* ```js
* import netlify from '@astrojs/netlify/functions';
* {