Skip to content
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

Build system: add options to output the content and media files directly to separate output folders #68

Open
NathanLovato opened this issue Oct 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NathanLovato
Copy link
Contributor

Currently the build system outputs everything to a "dist" folder containing both the prepared content and media files. Before media files were grouped with content so this allowed outputting directly to the website. Now, we output media files to a static folder to make builds more efficient in nextjs.

We could add options to instantly output everything to the desired folders: one output path for content, another for media files.

@NathanLovato NathanLovato added the enhancement New feature or request label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant