From d2813ae3b3ffac763133286ab5be892e8b3805b0 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 10 Aug 2022 16:58:46 -0400 Subject: [PATCH] Fix structure in README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7206e90..02278f3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ A template to make your website using Astro + Tailwind CSS. - Image optimization using [@astrojs/images](https://docs.astro.build/en/guides/integrations-guide/image/) - Automatically generate the project sitemap with [@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/) - Optimize the use of fonts from Google Fonts in post build using [subfont](https://www.npmjs.com/package/subfont) npm package -- Excellent score in Google Chrome Lighthouse report (build code): **100 Performance**, **100 Accessibility**, **100 Best Practices**, **100 SEO** +- Excellent score in Google Chrome Lighthouse report (build code): + - 100 Performance + - 100 Accessibility + - 100 Best Practices + - 100 SEO - Production ready PageSpeed Insights: [Test pagespeed for Astrowind Demo](https://pagespeed.web.dev/report?url=https%3A%2F%2Fastrowind.vercel.app%2F)