summaryrefslogtreecommitdiff
path: root/www/src/pages/blog/astro-repl.astro
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-17 15:37:21 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-17 15:37:21 -0700
commitb51ace2044c61f034b9a68ae265e19e6c584e5cb (patch)
tree9ba3662e98b2c219eff9998f2ea70ad8ed081d8e /www/src/pages/blog/astro-repl.astro
parent6975792e5cfde9e2e31d83fbf930484fc9477643 (diff)
downloadastro-b51ace2044c61f034b9a68ae265e19e6c584e5cb.tar.gz
astro-b51ace2044c61f034b9a68ae265e19e6c584e5cb.tar.zst
astro-b51ace2044c61f034b9a68ae265e19e6c584e5cb.zip
add link to repl in blog post
Diffstat (limited to '')
-rw-r--r--www/src/pages/blog/astro-repl.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/pages/blog/astro-repl.astro b/www/src/pages/blog/astro-repl.astro
index 32aa00932..f91c06907 100644
--- a/www/src/pages/blog/astro-repl.astro
+++ b/www/src/pages/blog/astro-repl.astro
@@ -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)