-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choosing output path for build #79
Comments
Upon further research, I realized Code Surfer is built on mdx-deck, which is built on gatsby, and according to gatsbyjs/gatsby#1878 this will probably never be possible. Damn. |
So it turns out I was barking at the wrong tree here - that gatsby issue is related to renaming the
As far as workarounds go this is a pretty terrible one, but since I won't be running builds that often, this is acceptable to me. Would love to hear from other people that had similar problems. |
Hi @roddds, I haven't tried changing the output path. But the build command is from |
Right now, by running
yarn build
a static version of the presentation is generated in the/public
directory, but I can't seem to figure out a way to change the relative path for static files. For example, if I'm uploading to a/presentation
directory on my server, all static files 404 becauseindex.html
and other files have paths relative to the root.In
create-react-app
this is solved by changing the path in the configuration file, but I can't seem to find how to do that with code-surfer.The text was updated successfully, but these errors were encountered: