1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-29 05:46:00 +03:00

Adjust og image

This commit is contained in:
Brent Jackson 2018-08-14 21:44:19 -04:00
parent 690186bfa2
commit e74ab21a32
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ node_js:
before_deploy:
- npm install
- npm run build
- npm run screenshot
- cp docs/card.png site
deploy:
provider: pages
skip_cleanup: true

BIN
docs/card.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -13,7 +13,7 @@
"start": "./cli.js docs/index.mdx -p 8989",
"build": "./cli.js build docs/index.mdx -d site",
"pdf": "./cli.js pdf docs/index.mdx -d site",
"screenshot": "./cli.js screenshot docs/index.mdx -d site --no-sandbox",
"screenshot": "./cli.js screenshot docs/index.mdx -d docs",
"help": "./cli.js",
"test": "jest"
},