From b51ace2044c61f034b9a68ae265e19e6c584e5cb Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Fri, 17 Sep 2021 15:37:21 -0700 Subject: [PATCH] add link to repl in blog post --- www/src/pages/blog/astro-repl.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/pages/blog/astro-repl.astro b/www/src/pages/blog/astro-repl.astro index 32aa009326..f91c06907d 100644 --- a/www/src/pages/blog/astro-repl.astro +++ b/www/src/pages/blog/astro-repl.astro @@ -21,7 +21,7 @@ let lang = 'en'; - 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)