Skip to content

Commit

Permalink
fix: remove .js from audit paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Mar 13, 2023
1 parent d97bf54 commit d90893c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/** @type {import('lighthouse').Config.Plugin} */
export default {
audits: [
{path: 'lighthouse-plugin-soft-navigation/audits/soft-nav-fcp.js'},
{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'},
],
groups: {
'metrics': {
Expand Down

0 comments on commit d90893c

Please sign in to comment.