mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
Add latest blogpost to index (#1502)
This commit is contained in:
parent
2ab68a77f5
commit
7eb3dc9c26
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ let lang = 'en';
|
|||
<p>{description}</p>
|
||||
</section>
|
||||
<section>
|
||||
<BlogPostPreview title="Astro 0.21 Preview: Vite + WASM = ⚡️" publishDate="October 6, 2021" href="/blog/astro-021-preview">
|
||||
<span>Get a sneak preview of what's next for Astro, including our new Vite build engine and WASM-powered Go compiler.</span>
|
||||
</BlogPostPreview>
|
||||
|
||||
<BlogPostPreview title="Astro Demo Day September Edition" publishDate="September 20, 2021" href="/blog/demo-day-2021-09">
|
||||
<span>Astro September Demo Day was today and we had 4 amazing talks, including one with big announcements on the future direction of Astro.</span>
|
||||
</BlogPostPreview>
|
||||
|
|
Loading…
Reference in a new issue