From f60718d262f41c37eabcc641f7c1c6fd746c5e95 Mon Sep 17 00:00:00 2001 From: thunfisch987 <43795814+thunfisch987@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:50:55 +0200 Subject: [PATCH] docs: update cssnano link (#391) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a6a70f..a8dd45d3 100755 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ yarn add @nuxtjs/critters # or npm install @nuxtjs/critters Nuxt has a number of ways to optimize your CSS in production: -1. ✅ Nuxt uses [`cssnano`](https://cssnano.co/) in the build step to minify CSS rules +1. ✅ Nuxt uses [`cssnano`](https://cssnano.github.io/cssnano/) in the build step to minify CSS rules 2. 📦 You can enable [`purgecss`](https://github.com/Developmint/nuxt-purgecss) to remove unused CSS rules from your bundle. 3. ✅ with `@nuxtjs/critters` you can now extract CSS files and load them separately, just inlining the CSS necessary to render the page.