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
We expect to be able to remove pages in the src directory and have them removed in the final _site directory when deployed.
This has been discussed for a long time on the 11ty project and the best practice right now is to create a "pre-build" step that clears the _src directory. This should be configured to run in the build steps.
We expect to be able to remove pages in the
srcdirectory and have them removed in the final_sitedirectory when deployed.This has been discussed for a long time on the 11ty project and the best practice right now is to create a "pre-build" step that clears the
_srcdirectory. This should be configured to run in the build steps.