We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97bf54 commit d90893cCopy full SHA for d90893c
plugin.js
@@ -1,8 +1,8 @@
1
/** @type {import('lighthouse').Config.Plugin} */
2
export default {
3
audits: [
4
- {path: 'lighthouse-plugin-soft-navigation/audits/soft-nav-fcp.js'},
5
- {path: 'lighthouse-plugin-soft-navigation/audits/soft-nav-lcp.js'},
+ {path: 'lighthouse-plugin-soft-navigation/audits/soft-nav-fcp'},
+ {path: 'lighthouse-plugin-soft-navigation/audits/soft-nav-lcp'},
6
],
7
groups: {
8
'metrics': {
0 commit comments