Skip to content

Commit d90893c

Browse files
committed
fix: remove .js from audit paths
1 parent d97bf54 commit d90893c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** @type {import('lighthouse').Config.Plugin} */
22
export default {
33
audits: [
4-
{path: 'lighthouse-plugin-soft-navigation/audits/soft-nav-fcp.js'},
5-
{path: 'lighthouse-plugin-soft-navigation/audits/soft-nav-lcp.js'},
4+
{path: 'lighthouse-plugin-soft-navigation/audits/soft-nav-fcp'},
5+
{path: 'lighthouse-plugin-soft-navigation/audits/soft-nav-lcp'},
66
],
77
groups: {
88
'metrics': {

0 commit comments

Comments
 (0)