You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: