From 16c1cb5971654f0d172022e93d73e2427ea1f371 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 26 Sep 2023 08:56:20 +0200 Subject: [PATCH] docs: update how to disable gpsi --- docs/documentation/sitespeed.io/lighthouse/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/sitespeed.io/lighthouse/index.md b/docs/documentation/sitespeed.io/lighthouse/index.md index 4503f1e69e..87e63ab778 100644 --- a/docs/documentation/sitespeed.io/lighthouse/index.md +++ b/docs/documentation/sitespeed.io/lighthouse/index.md @@ -58,7 +58,7 @@ You can also add Lighthouse flags by a JSON file ```--lighthouse.flags flag.json Read all about configuring Lighthouse at [https://github.com/GoogleChrome/lighthouse/blob/master/docs/configuration.md](https://github.com/GoogleChrome/lighthouse/blob/master/docs/configuration.md). ## Disable GPSI -If you only want to run Lighthouse and not GPSI you can disable it with `--plugins.remove /gpsi`. +If you only want to run Lighthouse and not GPSI you can disable it with `----plugins.remove /gpsi/lib/index.js`. You can read more about sitespeed.io plugins [here](https://www.sitespeed.io/documentation/sitespeed.io/plugins/).