mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-29 13:58:02 +03:00
Adjust og image
This commit is contained in:
parent
690186bfa2
commit
e74ab21a32
@ -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
BIN
docs/card.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user