From 42e242db406192442f0e029c5982b9de077bb39d Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 6 Mar 2024 14:00:05 -0800 Subject: [PATCH 1/2] Update link to cssnano docs --- docs/source/deploying/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deploying/performance.md b/docs/source/deploying/performance.md index 23a8d3bffd..e722064405 100644 --- a/docs/source/deploying/performance.md +++ b/docs/source/deploying/performance.md @@ -38,7 +38,7 @@ critical-cli https://example.com/ -o critical.css You can pass multiple URLs and screen dimmensions and the extracted CSS will be optimized (duplicate rules will be eliminated, etc). See the [Advanced preset -of cssnano](https://web.archive.org/web/20230101000000*/https://cssnano.co/docs/what-are-optimisations/) for details. One last +of cssnano](https://cssnano.github.io/cssnano/docs/what-are-optimisations/) for details. One last optimization applied strips all `@import` declarations from the generated CSS. After that, copy this file to the `public/critical.css` path (configurable From 908cbc39d8aa1af1f58eb4a3e798948015ac59d6 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 6 Mar 2024 14:04:31 -0800 Subject: [PATCH 2/2] change log --- packages/volto/news/5853.documentation | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/volto/news/5853.documentation diff --git a/packages/volto/news/5853.documentation b/packages/volto/news/5853.documentation new file mode 100644 index 0000000000..007d85a130 --- /dev/null +++ b/packages/volto/news/5853.documentation @@ -0,0 +1 @@ +Update link to cssnano documentation. @stevepiercy