Skip to content

Commit 41fac8d

Browse files
path
1 parent e396173 commit 41fac8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/tasks/cwv-demo-suggestions-processor

src/tasks/cwv-demo-suggestions-processor/handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const INP = 'inp';
2323
const DEMO = 'demo';
2424
const MAX_CWV_DEMO_SUGGESTIONS = 2;
2525
const filename = fileURLToPath(import.meta.url);
26-
const dirname = join(filename, '..', '..', '..', '..');
26+
const dirname = join(filename, '..', '..', '..');
2727
const CWV_SUGGESTIONS_FILE_PATH = join(dirname, 'static', 'aem-best-practices.json');
2828

2929
/**

0 commit comments

Comments
 (0)