Skip to content

Commit d62dc1a

Browse files
path fix
1 parent fe5e974 commit d62dc1a

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
@@ -101,7 +101,7 @@ async function updateSuggestionWithGenericIssues(
101101

102102
try {
103103
const filename = fileURLToPath(import.meta.url);
104-
const dirname = join(filename, '..', '..', '..');
104+
const dirname = join(filename, '..', '..', '..', '..', '..');
105105
const CWV_SUGGESTIONS_FILE_PATH = join(dirname, 'static', 'aem-best-practices.json');
106106
logger.info(`Loading CWV suggestions from: ${CWV_SUGGESTIONS_FILE_PATH}`);
107107
// Debug: Log the path resolution for troubleshooting

0 commit comments

Comments
 (0)