Updated to work with live site Added components from somewhere fixed some css background image

This commit is contained in:
Ben Parsons 2020-08-20 19:56:24 +10:00
commit a046f7c3f2
16 changed files with 885 additions and 4 deletions

View file

@ -13,8 +13,7 @@
},
"dependencies": {
"compression": "^1.7.4",
"polka": "next",
"sirv": "^1.0.6"
"polka": "next"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
@ -31,6 +30,7 @@
"@rollup/plugin-replace": "^2.3.3",
"rollup": "^2.26.4",
"rollup-plugin-svelte": "^5.2.3",
"rollup-plugin-terser": "^7.0.0"
"rollup-plugin-terser": "^7.0.0",
"sirv": "^1.0.6"
}
}