1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-20 21:01:31 +02:00

Update social meta tags

This commit is contained in:
Phuoc Nguyen
2021-04-18 12:33:13 +07:00
parent f29c093457
commit 755c8e8c42
9 changed files with 38 additions and 36 deletions

View File

@@ -19,7 +19,7 @@ process.setMaxListeners(0);
await page.waitForSelector('.demo');
const element = await page.$('.demo');
await element.screenshot({
path: `public/patterns/${pattern}.png`
path: `public/assets/patterns/${pattern}.png`
});
await page.close();
})