chore: upgrade to Astro 3

This commit is contained in:
Oliver Davies 2023-10-24 08:52:40 +01:00
parent 36163bf8ad
commit d914eedc2d
4 changed files with 5035 additions and 21 deletions

View file

@ -10,9 +10,9 @@ lead_image:
url: /images/blog/testing-workshop-drupalcamp-london/lead.jpg
---
![]({{page.lead_image.url}}){.p-1 .border}
<img src={frontmatter.lead_image.url} />
<p>{{ page.excerpt }}</p>
This year, Im teaching a workshop at DrupalCamp London.
The subject will be automated testing and test driven development in Drupal 8,
and it will be on Friday 13th March 2020, between 1pm and 5pm.