summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/public/assets/blog/astro-repl/astro-repl-hero.jpgbin242638 -> 147633 bytes
-rw-r--r--www/public/assets/blog/astro-repl/astro-repl-screenshot.jpgbin0 -> 30182 bytes
-rw-r--r--www/public/assets/blog/astro-repl/astro-repl.pngbin34579 -> 0 bytes
-rw-r--r--www/public/assets/blog/astro-repl/compiler.jpgbin84738 -> 0 bytes
-rw-r--r--www/src/pages/blog/astro-repl.astro8
5 files changed, 5 insertions, 3 deletions
diff --git a/www/public/assets/blog/astro-repl/astro-repl-hero.jpg b/www/public/assets/blog/astro-repl/astro-repl-hero.jpg
index 809f836f8..175d51f69 100644
--- a/www/public/assets/blog/astro-repl/astro-repl-hero.jpg
+++ b/www/public/assets/blog/astro-repl/astro-repl-hero.jpg
Binary files differ
diff --git a/www/public/assets/blog/astro-repl/astro-repl-screenshot.jpg b/www/public/assets/blog/astro-repl/astro-repl-screenshot.jpg
new file mode 100644
index 000000000..03bfb3634
--- /dev/null
+++ b/www/public/assets/blog/astro-repl/astro-repl-screenshot.jpg
Binary files differ
diff --git a/www/public/assets/blog/astro-repl/astro-repl.png b/www/public/assets/blog/astro-repl/astro-repl.png
deleted file mode 100644
index 8f8e1770d..000000000
--- a/www/public/assets/blog/astro-repl/astro-repl.png
+++ /dev/null
Binary files differ
diff --git a/www/public/assets/blog/astro-repl/compiler.jpg b/www/public/assets/blog/astro-repl/compiler.jpg
deleted file mode 100644
index 909bae74e..000000000
--- a/www/public/assets/blog/astro-repl/compiler.jpg
+++ /dev/null
Binary files differ
diff --git a/www/src/pages/blog/astro-repl.astro b/www/src/pages/blog/astro-repl.astro
index 117a9a38c..98f598a9b 100644
--- a/www/src/pages/blog/astro-repl.astro
+++ b/www/src/pages/blog/astro-repl.astro
@@ -21,11 +21,13 @@ 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 all powered by Astro’s new WASM compiler (written in Go) that can rebuild any Astro file in an instant.
+ 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.
- Try out the new Astro REPL today at [astro.build/play](https://astro.build/play).
+ ![astro](/assets/blog/astro-repl/astro-repl-screenshot.jpg)
- [Join us on Discord](https://astro.build/chat) and tune in for [Astro Demo Days](https://www.youtube.com/watch?v=-ExcBJrXOd8) (next Monday, September 20, 2021 at 11am PST) to learn more about our new compiler.
+ Try it today at [astro.build/play →](https://astro.build/play)
+
+ To learn more about our new compiler, [join us on Discord](https://astro.build/chat) and tune in to [Astro Demo Days](https://www.youtube.com/watch?v=-ExcBJrXOd8) next Monday, September 20, 2021 at 11am PST.
</Markdown>
</BlogPost>
</body>