summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar rawknuckles <mail@raunaqgupta.com> 2021-09-16 16:57:43 -0700
committerGravatar GitHub <noreply@github.com> 2021-09-16 16:57:43 -0700
commit769940a6ebd7bcfa8f067a1f739cdaea24e71382 (patch)
tree2f6cc1cf5c40b01ff88d3ce85bb66e0559e82d4d /docs/src
parentd895d3c079896a061ede991e1ce69482207020b5 (diff)
downloadastro-769940a6ebd7bcfa8f067a1f739cdaea24e71382.tar.gz
astro-769940a6ebd7bcfa8f067a1f739cdaea24e71382.tar.zst
astro-769940a6ebd7bcfa8f067a1f739cdaea24e71382.zip
Order deploy host list alphabetically (#1384)
* Add AWS label to S3 bucket link.
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/quick-start.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md
index 71b0625ad..bb2c1fcbf 100644
--- a/docs/src/pages/quick-start.md
+++ b/docs/src/pages/quick-start.md
@@ -53,10 +53,10 @@ This will instruct Astro to build your site and save it directly to disk. Your a
Astro sites are static, so they can be deployed to your favourite host:
-- [Vercel](https://vercel.com/)
-- [Netlify](https://www.netlify.com/)
-- [S3 bucket](https://aws.amazon.com/s3/)
+- [AWS S3 bucket](https://aws.amazon.com/s3/)
- [Google Firebase](https://firebase.google.com/)
+- [Netlify](https://www.netlify.com/)
+- [Vercel](https://vercel.com/)
- [Read more about deploying Astro in our Deploy guide.](/guides/deploy)
## Next Steps