many improvements

This commit is contained in:
Joshua Seigler 2022-10-11 11:43:02 -04:00
parent 4340bcf97b
commit 57d5a66ea2
No known key found for this signature in database
7 changed files with 175 additions and 41 deletions

View file

@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/seigler/seigler.github.io/issues"
},
"homepage": "https://github.com/seigler/seigler.github.io#readme",
"homepage": "https://seigler.github.io/",
"prettier": {
"arrowParens": "always",
"bracketSameLine": true,
@ -51,6 +51,7 @@
},
"dependencies": {
"@preact/signals": "^1.1.1",
"dayjs": "^1.11.5",
"http-link-header": "^1.0.5",
"preact": "^10.11.1"
}