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

10 Commits

Author SHA1 Message Date
e1a26d5257
refactor .js files to ES modules where possible 2024-03-12 14:58:00 -04:00
d4b806dfcf
refactor favicon imports 2022-11-13 19:11:30 -05:00
8d47958473
fix sitemap.xml timeouts 2022-07-06 03:32:55 -04:00
887c24d317
add getStaticProps types 2022-06-30 20:56:34 -04:00
4e0ca9ff4d
update cache-control headers 2022-06-13 20:07:12 -04:00
64303400a4
lengthen cache-control headers 2022-05-02 10:29:01 -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
acf39efeaa
re-use feed.(xml,atom) logic 2022-02-11 11:10:05 -05:00
aa40d3384c
update function cache headers 2022-01-03 11:52:32 -05:00
55d9207753
dynamic site.webmanifest 2022-01-03 11:42:03 -05:00