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 />
|
||||
<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 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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue