docs: update cssnano website url

https://github.com/cssnano/cssnano/pull/1578
This commit is contained in:
Daniel Roe 2024-03-06 20:46:34 +00:00
parent 1bc76000e3
commit d6edb30c5a
3 changed files with 2 additions and 3 deletions

View File

@ -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-import](https://github.com/postcss/postcss-import): Improves the `@import` rule
- [postcss-url](https://github.com/postcss/postcss-url): Transforms `url()` statements - [postcss-url](https://github.com/postcss/postcss-url): Transforms `url()` statements
- [autoprefixer](https://github.com/postcss/autoprefixer): Automatically adds vendor prefixes - [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 ## Leveraging Layouts For Multiple Styles

View File

@ -9,7 +9,6 @@ max_retries = 6
# Explicitly exclude some URLs # Explicitly exclude some URLs
exclude = [ exclude = [
"https://twitter.nuxt.dev/", "https://twitter.nuxt.dev/",
"https://cssnano.co/",
"https://github.com/nuxt/translations/discussions/4", "https://github.com/nuxt/translations/discussions/4",
"https://stackoverflow.com/help/minimal-reproducible-example", "https://stackoverflow.com/help/minimal-reproducible-example",
# single-quotes are required for regexp # single-quotes are required for regexp

View File

@ -15,7 +15,7 @@ export default defineUntypedSchema({
autoprefixer: {}, autoprefixer: {},
/** /**
* https://cssnano.co/docs/config-file/#configuration-options * https://cssnano.github.io/cssnano/docs/config-file/#configuration-options
*/ */
cssnano: { cssnano: {
$resolve: async (val, get) => { $resolve: async (val, get) => {