We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf80f5 commit b16e4e2Copy full SHA for b16e4e2
scripts/download_social.cjs
@@ -5,7 +5,7 @@ const puppeteer = require("puppeteer");
5
executablePath: process.env.CHROME_BIN,
6
});
7
const page = await browser.newPage();
8
- await page.goto("http://localhost:4321/social/");
+ await page.goto("http://localhost:4321/media/social_media_cards");
9
10
const elements = await page.$$(".social");
11
0 commit comments