From d6edb30c5a6099eb3405dc963241836559f646fa Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 6 Mar 2024 20:46:34 +0000 Subject: [PATCH] docs: update cssnano website url https://github.com/cssnano/cssnano/pull/1578 --- docs/1.getting-started/4.styling.md | 2 +- lychee.toml | 1 - packages/schema/src/config/postcss.ts | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/1.getting-started/4.styling.md b/docs/1.getting-started/4.styling.md index b2437a9cef7d..f252bbd6c48c 100644 --- a/docs/1.getting-started/4.styling.md +++ b/docs/1.getting-started/4.styling.md @@ -430,7 +430,7 @@ By default, Nuxt comes with the following plugins already pre-configured: - [postcss-import](https://github.com/postcss/postcss-import): Improves the `@import` rule - [postcss-url](https://github.com/postcss/postcss-url): Transforms `url()` statements - [autoprefixer](https://github.com/postcss/autoprefixer): Automatically adds vendor prefixes -- [cssnano](https://cssnano.co): Minification and purge +- [cssnano](https://cssnano.github.io/cssnano): Minification and purge ## Leveraging Layouts For Multiple Styles diff --git a/lychee.toml b/lychee.toml index 602a20f60f16..697f7aab9205 100644 --- a/lychee.toml +++ b/lychee.toml @@ -9,7 +9,6 @@ max_retries = 6 # Explicitly exclude some URLs exclude = [ "https://twitter.nuxt.dev/", - "https://cssnano.co/", "https://github.com/nuxt/translations/discussions/4", "https://stackoverflow.com/help/minimal-reproducible-example", # single-quotes are required for regexp diff --git a/packages/schema/src/config/postcss.ts b/packages/schema/src/config/postcss.ts index a1be5bcec3fa..4843f8464a98 100644 --- a/packages/schema/src/config/postcss.ts +++ b/packages/schema/src/config/postcss.ts @@ -15,7 +15,7 @@ export default defineUntypedSchema({ autoprefixer: {}, /** - * https://cssnano.co/docs/config-file/#configuration-options + * https://cssnano.github.io/cssnano/docs/config-file/#configuration-options */ cssnano: { $resolve: async (val, get) => {