mdx-deck icon indicating copy to clipboard operation
mdx-deck copied to clipboard

For the CLI, is there a way to change the build export path?

Open chrisl8888 opened this issue 6 years ago • 2 comments

There a way to change the path of where the slide deck is being exported to?

chrisl8888 avatar Apr 03 '20 16:04 chrisl8888

I didn't find anything in the docs about this. As a workaround, this worked for my needs:

"scripts": {
    // ...
    "build": "rimraf docs && mdx-deck build slides.mdx && mv public docs"
  },

kmckee avatar Apr 07 '20 20:04 kmckee

It looks like the CLI option to customize the build output directory was removed in v3:

https://github.com/jxnblk/mdx-deck/blob/master/MIGRATION.md

erichartline avatar Jun 26 '20 21:06 erichartline