updated services
Some checks failed
continuous-integration/drone/push Build is failing

added 404 page
This commit is contained in:
Samuel Philipp 2020-06-04 18:23:03 +02:00
parent 5d8a81ff79
commit d41508a437
9 changed files with 51 additions and 3 deletions

View file

@ -10,7 +10,7 @@
"watch:eleventy": "eleventy --serve",
"watch:sass": "npm run compile-sass -- --watch",
"start": "npm-run-all copy-resources compile-sass --parallel watch:*",
"build": "npm run copy-resources && compile-sass && eleventy"
"build": "npm run copy-resources && npm run compile-sass && eleventy"
},
"author": "samuel-p",
"repository": {