Skip to content

Commit 1ad5da7

Browse files
committed
fixing output.json extraction from container
1 parent b51bcf9 commit 1ad5da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containerapp/data/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ export const config: Config = {
2727
match: "https://www.builder.io/c/docs/**",
2828
selector: `.docs-builder-container`,
2929
maxPagesToCrawl: 50,
30-
outputFileName: "output.json",
30+
outputFileName: "../data/output.json",
3131
};

0 commit comments

Comments
 (0)