mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
repl blog updates
This commit is contained in:
parent
6a541fd991
commit
de99e30420
5 changed files with 5 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 144 KiB |
BIN
www/public/assets/blog/astro-repl/astro-repl-screenshot.jpg
Normal file
BIN
www/public/assets/blog/astro-repl/astro-repl-screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB |
Binary file not shown.
Before Width: | Height: | Size: 83 KiB |
|
@ -21,11 +21,13 @@ let lang = 'en';
|
||||||
<BlogHeader />
|
<BlogHeader />
|
||||||
<BlogPost title={title} author="drew" heroImage="/assets/blog/astro-repl/astro-repl-hero.jpg" publishDate={publishDate}>
|
<BlogPost title={title} author="drew" heroImage="/assets/blog/astro-repl/astro-repl-hero.jpg" publishDate={publishDate}>
|
||||||
<Markdown>
|
<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>
|
</Markdown>
|
||||||
</BlogPost>
|
</BlogPost>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue