add link to repl in blog post

This commit is contained in:
Fred K. Schott 2021-09-17 15:37:21 -07:00
parent 6975792e5c
commit b51ace2044

View file

@ -21,7 +21,7 @@ let lang = 'en';
<BlogHeader />
<BlogPost title={title} author="drew" heroImage="/assets/blog/astro-repl/astro-repl-hero.jpg" publishDate={publishDate}>
<Markdown>
The Astro team proudly presents the new Astro REPL: compile Astro right in your browser. Use it to explore Astro's HTML-based component language, debug issues, or even prototype an entire webpage. It's powered by Astros **new WASM compiler** (written in Go) that runs anywhere and can rebuild files in an instant.
The Astro team proudly presents the new [Astro REPL:](https://astro.build/play) compile Astro right in your browser. Use it to explore Astro's HTML-based component language, debug issues, or even prototype an entire webpage. It's powered by Astros **new WASM compiler** (written in Go) that runs anywhere and can rebuild files in an instant.
![astro](/assets/blog/astro-repl/astro-repl-screenshot.jpg)