Add two missing blog posts to blog index (#1580)
This commit is contained in:
parent
ba84e92866
commit
1677fae9de
1 changed files with 8 additions and 0 deletions
|
@ -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 Astro’s 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>
|
||||
|
|
Loading…
Reference in a new issue