Skip to content

Commit b16e4e2

Browse files
committed
Update downloading script.
1 parent bcf80f5 commit b16e4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download_social.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const puppeteer = require("puppeteer");
55
executablePath: process.env.CHROME_BIN,
66
});
77
const page = await browser.newPage();
8-
await page.goto("http://localhost:4321/social/");
8+
await page.goto("http://localhost:4321/media/social_media_cards");
99

1010
const elements = await page.$$(".social");
1111

0 commit comments

Comments
 (0)