diff --git a/package.yaml b/package.yaml index 4b6139e..f6b071c 100644 --- a/package.yaml +++ b/package.yaml @@ -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 @@ -78,7 +78,5 @@ scripts: lint: eslint --max-warnings=0 --format unix src # Parcel config -source: - - src/index.html - - src/404.html +source: src/index.html browserslist: '> 1%, not dead' diff --git a/src/404.html b/src/404.html deleted file mode 100644 index b1ec2e3..0000000 --- a/src/404.html +++ /dev/null @@ -1,21 +0,0 @@ - - -
-
-

404

- -
-
- - - Whatever you were expecting to see here doesn't exist. - - If you were sent here from a link and you really think - this page *should* exist, feel free to contact me! - -
-
-
-
-
-