Compare commits

..

1 Commits

Author SHA1 Message Date
Tristan Daniël Maat 87e0a6667d
Add 404 page 2022-08-16 23:44:41 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ scripts:
watch: parcel watch --no-autoinstall
# 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
check: tsc --noEmit