fix: remove AppCache (due to deprecation)

This commit is contained in:
relikd
2022-07-14 01:22:28 +02:00
parent 31bf5f443a
commit ff1dc6af43
10 changed files with 7 additions and 110 deletions

View File

@@ -49,7 +49,7 @@ server:
build: dist
@cd '$(PROJDIR)' && \
lektor build --output-path ../bin --buildstate-path ../build-state -f ENABLE_PDF_EXPORT # -f ENABLE_APPCACHE
lektor build --output-path ../bin --buildstate-path ../build-state -f ENABLE_PDF_EXPORT
@echo
@echo 'Checking dead links ...'
@python3 extras/find-dead-links.py