diff --git a/content/guides.json b/content/guides.json index 36dd4ab56..691167137 100644 --- a/content/guides.json +++ b/content/guides.json @@ -1,4 +1,13 @@ [ + { + "id": "what-are-web-vitals", + "title": "What are Web Vitals?", + "description": "Learn what are the core web vitals and how to measure them.", + "isPro": false, + "authorUsername": "kamranahmedse", + "updatedAt": "2020-09-05T19:59:14.191Z", + "createdAt": "2020-09-05T19:59:14.191Z" + }, { "id": "ci-cd", "title": "What is CI and CD?", diff --git a/content/guides/what-are-web-vitals.md b/content/guides/what-are-web-vitals.md new file mode 100644 index 000000000..2bd3c2829 --- /dev/null +++ b/content/guides/what-are-web-vitals.md @@ -0,0 +1,3 @@ +[![](/guides/web-vitals.png)](/guides/web-vitals.png) + +Here is the [original tweet](https://twitter.com/kamranahmedse/status/1425476526770987012) where this image was posted. diff --git a/public/guides/web-vitals.png b/public/guides/web-vitals.png new file mode 100644 index 000000000..a50f7db40 Binary files /dev/null and b/public/guides/web-vitals.png differ