diff options
author | 2021-07-21 15:10:31 -0700 | |
---|---|---|
committer | 2021-07-21 15:10:31 -0700 | |
commit | 5609940be0236c20785425444319930be11cf51f (patch) | |
tree | 594ec4a996559fd76f4c6f5b7d563a1b8aa7765b | |
parent | 91f7c89e771ac1cfc5977f3168446f394cb61835 (diff) | |
download | astro-5609940be0236c20785425444319930be11cf51f.tar.gz astro-5609940be0236c20785425444319930be11cf51f.tar.zst astro-5609940be0236c20785425444319930be11cf51f.zip |
remove video from getting started page
-rw-r--r-- | docs/src/pages/getting-started.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md index 7f1054659..d9b6454ad 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -5,9 +5,7 @@ title: Getting Started Astro is modern static site builder. Learn what Astro is all about from [our homepage](https://astro.build/) or [our release post](https://astro.build/blog/introducing-astro). This page is an overview of the Astro documentation and all related resources. -Looking for a quick overview of what Astro is? [Fireship](https://fireship.io/) produced this great video summarizing Astro that you can watch in less than two minutes: - -<iframe width="560" height="315" src="https://www.youtube.com/embed/dsTXcSeAZq8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> +Looking for a quick overview of what Astro is? [Visit our homepage.](https://astro.build) ## Try Astro |