1 files changed, 1 insertions(+), 1 deletions(-)
M Makefile
M Makefile => Makefile +1 -1
@@ 51,7 51,7 @@ build: $(CONTENT_FILES)
zola build
static: build
- rsync -arv public/* ../blog-assets
+ rsync -arv public/* ../generated-assets
up:
docker-compose down