I thought setting this in my config.sh.local was the same as the cli command to full build ?
# Build configurationCLI :
CLEAN_OUTPUT=true
REBUILD_AFTER_POST=true # Build site automatically after creating a new post (scripts/post.sh)
REBUILD_AFTER_EDIT=true # Build site automatically after editing a post (scripts/edit.sh)
./bssg.sh build --force-rebuild --clean-outputIf they are the same then the later works but the former gives 404 errors on the archives page.