Replies: 2 comments 1 reply
-
it's |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello! Just checking if there's anything else I can try... It still doesn't work, I've tried every possible think I could think of... thanks!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have several entry points..:
and I want to build each one into a separate subfolder, something like...
I understand there is no unique command to build "all of them at once", but it's fine because I can create a custom script that will do all the builds..:
npm run build slides1.md
The problem is that I don't know how to specify the output directory for each one of them. It's always /dist.
I'm trying things like
npm run build slides1.md --dir=/slides1
with no luck
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions