We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e396173 commit 41fac8dCopy full SHA for 41fac8d
1 file changed
src/tasks/cwv-demo-suggestions-processor/handler.js
@@ -23,7 +23,7 @@ const INP = 'inp';
23
const DEMO = 'demo';
24
const MAX_CWV_DEMO_SUGGESTIONS = 2;
25
const filename = fileURLToPath(import.meta.url);
26
-const dirname = join(filename, '..', '..', '..', '..');
+const dirname = join(filename, '..', '..', '..');
27
const CWV_SUGGESTIONS_FILE_PATH = join(dirname, 'static', 'aem-best-practices.json');
28
29
/**
0 commit comments