Add two missing blog posts to blog index (#1580)

This commit is contained in:
AsyncBanana 2021-10-17 23:09:57 -04:00 committed by GitHub
parent ba84e92866
commit 1677fae9de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,6 +75,14 @@ let lang = 'en';
<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>
<BlogPostPreview title="Introducing the Astro REPL" publishDate="September 17, 2021" href="/blog/astro-repl">
<span>The power of Astro, right in your browser.</span>
</BlogPostPreview>
<BlogPostPreview title="Netlify Becomes Astro's Official Hosting Partner" publishDate="September 9, 2021" href="/blog/netlify-astro-hosting-sponsorship">
<span>We are happy to announce that Netlify has become Astros first corporate sponsor and exclusive hosting partner, donating $2,500 each month towards the ongoing open source maintenance and development of Astro.</span>
</BlogPostPreview>
<BlogPostPreview title="Astro 0.19" publishDate="Wednesday, August 18 2021" href="/blog/astro-019">
<span>Introducing: Next.js-inspired file routing • Astro.resolve() • client:only components • translations.</span>
</BlogPostPreview>