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

17 Commits

Author SHA1 Message Date
893db7e951
bump next to 13.5 2023-10-02 11:59:15 -04:00
b13c8259b3
attempt to make edge functions a tad bit lighter 2023-07-06 10:37:51 -04:00
c64d6cfb52
consolidate environment variable parsing 2022-09-12 15:42:56 -04:00
a788f673e9
refactor font preloading 2022-07-18 17:27:49 -04:00
c69a593d61
type check .js files 2022-07-05 20:17:01 -04:00
3f931e01ce
set html class to light theme in static output 2022-06-03 09:52:18 -04:00
d8363d131a
adding more dumb easter eggs 🐣 2022-05-06 22:49:46 -04:00
d67428b043
rename resolvedTheme -> activeTheme 2022-05-04 10:48:41 -04:00
a2921d106e
catch ThemeScript minify errors 2022-04-30 09:56:28 -04:00
07562f625e
minify inline theme script even more 2022-04-23 21:04:50 -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
008bb3213b
minify the theme restoration script injected into head
also switches the MDX minifier to uglify-js for consistency
2022-04-21 14:05:11 -04:00
54c662c1f2
reorganize style and font configs 2022-04-20 11:19:02 -04:00
a632246975
fix hcaptcha bugginess 2022-04-17 14:52:59 -04:00
6f2018bd6e
reduce theme context's unnecessary crap even more 2022-04-08 18:15:06 -04:00
eccf2108c7
React 18 (#863)
* gymnastics to make theme script work with react 18 hydration

* try next 12.1.3 canary to fix SSG head tags?

* revert theme script changes

* next 12.1.3-canary.3

* double-revert some of the use-theme.tsx changes

* separate theme restoration script & move to _document

* bump next

* bump next (again)

* clean up some theme stuff

* use hashed image URLs in webmanifest and feeds

* text experimental react config

* Update ThemeScript.tsx

* switch selfie image to `layout="raw"`

* use `layout="raw"` for all non-imported images

* revert raw images in some places, messes up responsiveness

* fix nitpicky "no divs inside buttons" html validation error

* fix react-player hydration errors

* fix hydration errors from server/client time zone differences

* clean up hydration fixes

* Update format-date.ts

* last-minute cleanup
2022-04-06 09:37:16 -04:00