Compare commits

..

1 commit

Author SHA1 Message Date
Tristan Daniël Maat 87e0a6667d
Add 404 page 2022-08-16 23:44:41 +01:00

View file

@ -70,7 +70,7 @@ scripts:
watch: parcel watch --no-autoinstall watch: parcel watch --no-autoinstall
# Production build # Production build
build-dist: parcel build --no-cache --no-autoinstall build-dist: parcel build --no-cache --no-autoinstall && rename '.html' '.html.hbs' dist/*.html
# Checks # Checks
check: tsc --noEmit check: tsc --noEmit