1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 18:28:26 -04:00

22 Commits

Author SHA1 Message Date
430789c25d
offload videos to vercel blob 2025-04-23 09:34:28 -04:00
53d6f57699
trim some unnecessary dependencies 2025-04-07 12:11:04 -04:00
a4aa15d2c5
webpack types cleanup 2025-03-27 13:37:28 -04:00
e865d9d8e5
restore local video assets now that webpack (and remark) can process them 2025-03-26 19:53:12 -04:00
9fd3de8569
json-ld improvements 2025-03-21 12:02:14 -04:00
5b2caf4a96
add stylelint 2025-03-12 09:44:06 -04:00
354dade9aa
move some non-post pages to mdx 2025-03-07 11:53:23 -05:00
afbdcc7b06
enable vercel analytics 2023-06-17 20:14:43 -04:00
1776173cab
finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
d258ebd988
group config files 2022-02-11 11:14:28 -05:00
9979e1bf3f
v5: Revenge of the JavaScript 🦸 (#711)
Hugo ➡️ Next.js
2021-12-30 08:18:41 -05:00
4ce401b9ef
switch back to JS for serverless functions (for now) (#549)
Vercel's TS transpiliation is too flaky: https://github.com/vercel/vercel/discussions/6665
2021-09-09 17:30:38 -04:00
aa9f347c3d
almost had it... 2021-09-08 09:16:34 -04:00
cfd57784ff
revert node-fetch to 2.6.1
vercel is still compiling functions to commonjs no matter what I do.......??

Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/jake/source/jarv.is/node_modules/node-fetch/src/index.js from /Users/jake/source/jarv.is/api/hits.ts not supported.
2021-09-01 10:06:42 -04:00
9c26cd7bff
use @octokit/graphql instead of plain graphql for /api/projects 2021-07-14 07:26:07 -04:00
a2d2eee612
*much* stricter typescript (and some js) linting 😬 2021-07-11 11:15:53 -04:00
622432c3e4
trying out Sentry logging on /api/hits 2021-06-13 11:31:18 -04:00
f35bd7aac2
clean up type declarations 2021-06-13 08:24:27 -04:00
9314c7eb15
compile typescript before hitting babel 2021-06-06 08:36:28 -04:00
d389d05d7a
more typescript linting 2021-06-05 23:32:11 -04:00
63cb4dde53
dear lord typescript gets messy fast 2021-06-05 21:10:51 -04:00
0a9e0d789e
playing with typescript (probably all wrong) 2021-06-05 16:58:56 -04:00