diff options
author | 2021-10-06 19:20:43 +0200 | |
---|---|---|
committer | 2021-10-06 12:20:43 -0500 | |
commit | 7eb3dc9c26f47a797c95dc8b2312bc8cf053d2d4 (patch) | |
tree | 94beced9a93f6d97ecac9ae253493713c431079b | |
parent | 2ab68a77f54df40040ef89b3f1045f6089e7e4d5 (diff) | |
download | astro-7eb3dc9c26f47a797c95dc8b2312bc8cf053d2d4.tar.gz astro-7eb3dc9c26f47a797c95dc8b2312bc8cf053d2d4.tar.zst astro-7eb3dc9c26f47a797c95dc8b2312bc8cf053d2d4.zip |
Add latest blogpost to index (#1502)
Diffstat (limited to '')
-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> |