1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00
Commit Graph

62 Commits

Author SHA1 Message Date
e1a26d5257 refactor .js files to ES modules where possible 2024-03-12 14:58:00 -04:00
e66dc37c41 fix permalinks 2024-02-28 17:03:02 -05:00
e661ca48b8 add a *very* basic minifier to remove the insane amount of whitespace from compiled MDX 2024-02-28 14:59:01 -05:00
4bef13f4ab use standard email/SMTP for contact form instead of airtable API 2024-02-27 17:34:48 -05:00
dbde73c63c refactor "notes" into "posts" (only on the backend) 2024-02-26 12:08:48 -05:00
955cfe421f remove dependency on uglify-js 2024-02-26 10:49:14 -05:00
1a6ac7f483 migrated to supabase postgres 2024-02-07 14:55:16 -05:00
779775d85a fix remark errors by completely ignoring them so plugins can finally be bumped 2024-01-09 13:47:19 -05:00
0844b70f78 revert @neondatabase/serverless 2024-01-08 10:52:29 -05:00
fd21451de8 major upgrade to next 14 (#1834) 2023-12-05 10:58:03 -05:00
179ee92f6c edge functions didn't make sense for database calls 2023-10-08 21:38:09 -04:00
14cd879207 migrate to prisma accelerate
https://prismaio.notion.site/Migration-Guide-For-Data-Proxy-Users-Moving-to-Prisma-Accelerate-5df9
2023-10-04 12:27:49 -04:00
2741b3ae0c bump a looooooot of deps 2023-09-01 09:30:48 -04:00
b13c8259b3 attempt to make edge functions a tad bit lighter 2023-07-06 10:37:51 -04:00
aa64279dd8 convert APIs to edge functions (#1648) 2023-06-25 11:26:29 -04:00
afbdcc7b06 enable vercel analytics 2023-06-17 20:14:43 -04:00
db6594faa7 add Mastodon link 2022-11-17 14:10:00 -05:00
d4b806dfcf refactor favicon imports 2022-11-13 19:11:30 -05:00
c64d6cfb52 consolidate environment variable parsing 2022-09-12 15:42:56 -04:00
a9f3bf2974 try memoizing front matter parsing 2022-07-18 17:39:55 -04:00
39ef018537 bump some deps 2022-07-13 16:00:44 -04:00
54d0b6eac0 bump next to stable 2022-07-08 13:24:38 -04:00
155c6cacd9 only reveal a db record via /api/hits if it matches a real page 2022-07-06 11:49:41 -04:00
c69a593d61 type check .js files 2022-07-05 20:17:01 -04:00
887c24d317 add getStaticProps types 2022-06-30 20:56:34 -04:00
d7eba0b39c switch db from fauna to prisma & planetscale (#971) 2022-06-23 17:26:13 -04:00
3ad57d4f34 fix "time ago" calculation 2022-06-14 13:16:59 -04:00
e735ea9a99 bump next 2022-06-14 07:55:13 -04:00
4e0ca9ff4d update cache-control headers 2022-06-13 20:07:12 -04:00
a63ea35463 clean up strict types a bit more 2022-06-13 12:01:35 -04:00
1776173cab finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
cef74d4e97 fix dayjs defaults 2022-06-12 11:58:58 -04:00
bde473041a separate markdown compilation to hopefully reduce function bundle sizes 2022-06-11 11:58:23 -04:00
a1326e4ccb extract codepen embed as a component 2022-06-06 10:47:56 -04:00
33c210aacf less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
9410a6b2df add accessible skip-to-content link 2022-05-30 22:52:46 -04:00
90eff3f063 bump next 2022-05-30 11:34:13 -04:00
d288b2d5f5 remove format-number.ts 2022-05-19 10:23:43 -04:00
2f695be18f don't load fathom script unless on production 2022-05-16 09:40:36 -04:00
091a41e485 type errors 2022-05-14 18:24:09 -04:00
a97eb0532f use smartypants remark plugin for fancy quotes, etc. 2022-05-12 15:02:27 -04:00
64303400a4 lengthen cache-control headers 2022-05-02 10:29:01 -04:00
d718555001 clean up note types 2022-04-30 18:01:33 -04:00
3547d14576 allow additional rel info for new tab links 2022-04-29 12:54:35 -04:00
f354108b5b try speeding up note parsing 2022-04-29 11:14:57 -04:00
c4651cb315 clean up ThemeContext 2022-04-27 10:58:25 -04:00
a3870a15db fs -> fs/promises -> asyncify all note parsing 2022-04-26 17:22:44 -04:00
fbb2221d08 switch from date-fns (and date-fns-tz) to dayjs 2022-04-22 14:37:35 -04:00
8a97b706be more optimization/error handling 2022-04-22 09:18:53 -04:00
831139c132 actually listen to react-hooks/exhaustive-deps warning 2022-04-21 18:10:03 -04:00