diff options
author | 2021-09-17 15:37:21 -0700 | |
---|---|---|
committer | 2021-09-17 15:37:21 -0700 | |
commit | b51ace2044c61f034b9a68ae265e19e6c584e5cb (patch) | |
tree | 9ba3662e98b2c219eff9998f2ea70ad8ed081d8e | |
parent | 6975792e5cfde9e2e31d83fbf930484fc9477643 (diff) | |
download | astro-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.astro | 2 |
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.  |