Skip to content

Commit 640276c

Browse files
committed
Auto-commit: Changes at 2025-11-24 05:07:06
1 parent d665782 commit 640276c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function test() {
99
});
1010

1111
console.log('Starting website scrape...');
12-
const results = await scraper.scrapeWebsite('https://gdsc-fsc-l.web.app/');
12+
const results = await scraper.scrapeWebsite('https://un.ms/');
1313

1414
console.log('Scrape completed with results:');
1515
console.log('Number of pages scraped:', results.size);

0 commit comments

Comments
 (0)