diff options
-rw-r--r-- | www/src/pages/blog/index.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/src/pages/blog/index.astro b/www/src/pages/blog/index.astro index 8a37fbbf1..137011c1f 100644 --- a/www/src/pages/blog/index.astro +++ b/www/src/pages/blog/index.astro @@ -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> |