Fix local font loading

This commit is contained in:
PapaTutuWawa 2020-09-22 18:26:48 +02:00
parent 78b4a745bd
commit 81f0f99c7e

View File

@ -28,6 +28,8 @@ serve: ${OPTIMIZED_IMAGES}
--include robots.txt \
--blog \
--rss
# A workaround to making the fonts load without the CDN
mv _site/assets/fonts _site/fonts
cd _site/ && python -m http.server 8080
build: ${OPTIMIZED_IMAGES}