Make website responsive

This commit is contained in:
Niklas von Hertzen
2018-01-08 21:38:54 +08:00
parent a555dfc085
commit bf03cf5237
6 changed files with 140 additions and 47 deletions

View File

@@ -28,7 +28,7 @@
"scripts": {
"copybuild": "mkdirp public/dist && cpy ../dist/*.js public/dist",
"build": "npm run copybuild && gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1"
}
}