Skip to content

Commit acd78ec

Browse files
committed
add caveat to new input section of readme
1 parent 8e7d31f commit acd78ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ You can add additional configuration and/or inspect a different path, or multipl
107107
By default, the lighthouse plugin will run _after_ your deploy has been successful, auditing the live deploy content.
108108

109109
To run the plugin _before_ the deploy is live, use the `fail_deploy_on_score_thresholds` input to instead run during the `onPostBuild` event.
110-
This will statically serve your build output folder, and audit the `index.html` (or other file if specified as below). Using this configuration, if minimum threshold scores are supplied and not met, the deploy will fail.
111-
Set the threshold based on `performance`, `accessibility`, `best-practices`, `seo`, or `pwa`.
110+
This will statically serve your build output folder, and audit the `index.html` (or other file if specified as below). Please note that sites or site paths using SSR/ISR (server-side rendering or Incremental Static Regeneration) cannot be served and audited in this way.
111+
112+
Using this configuration, if minimum threshold scores are supplied and not met, the deploy will fail. Set the threshold based on `performance`, `accessibility`, `best-practices`, `seo`, or `pwa`.
112113

113114
```toml
114115
[[plugins]]

0 commit comments

Comments
 (0)