mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
add link to repl in blog post
This commit is contained in:
parent
6975792e5c
commit
b51ace2044
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let lang = 'en';
|
||||||
<BlogHeader />
|
<BlogHeader />
|
||||||
<BlogPost title={title} author="drew" heroImage="/assets/blog/astro-repl/astro-repl-hero.jpg" publishDate={publishDate}>
|
<BlogPost title={title} author="drew" heroImage="/assets/blog/astro-repl/astro-repl-hero.jpg" publishDate={publishDate}>
|
||||||
<Markdown>
|
<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 Astro’s **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 Astro’s **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)
|
![astro](/assets/blog/astro-repl/astro-repl-screenshot.jpg)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue