From c3753af6ff614ab59bf3091d73a5aba107452f6b Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Tue, 24 Jan 2023 10:40:24 -0600 Subject: [PATCH] link to Lighthouse plugin [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9854475..fbb11ae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ A starter repository showing how to build a blog with the [Eleventy](https://www - Using [Eleventy v2.0](https://www.11ty.dev/blog/eleventy-v2-beta/) with zero-JavaScript output. - Content is entirely pre-rendered (this is a static site). -- Four-hundos Lighthouse score out of the box! [View the Lighthouse report for the latest build.](https://eleventy-base-blog.netlify.app/reports/lighthouse/) +- Four-hundos Lighthouse score out of the box! + - [View the Lighthouse report for the latest build.](https://eleventy-base-blog.netlify.app/reports/lighthouse/) (courtesy of the [Netlify Lighthouse plugin](https://github.com/netlify/netlify-plugin-lighthouse)) - Easily [deploy](#deploy-this-to-your-own-site) to various hosting providers. - Live reload provided by [Eleventy Dev Server](https://www.11ty.dev/docs/dev-server/). - Content-driven [hierarchical navigation](https://www.11ty.dev/docs/plugins/navigation/)