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

17 Commits

Author SHA1 Message Date
e1a26d5257
refactor .js files to ES modules where possible 2024-03-12 14:58:00 -04:00
955cfe421f
remove dependency on uglify-js 2024-02-26 10:49:14 -05:00
b5f0f56702
remove webmention.io 2024-02-14 21:14:18 -05:00
b13c8259b3
attempt to make edge functions a tad bit lighter 2023-07-06 10:37:51 -04:00
aef4df3860
add redirect for running mastodon on subdomain 2022-11-25 12:10:31 -05:00
db6594faa7
add Mastodon link 2022-11-17 14:10:00 -05:00
43d4b2ea46
move messy base URL definition to build time in next.config.js 2022-07-30 19:36:42 -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
4e0ca9ff4d
update cache-control headers 2022-06-13 20:07:12 -04:00
fe634738ef
support local next dev ports other than 3000 2022-06-11 08:37:15 -04:00
33c210aacf
less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
90a9512c62
compare origins of links instead of string comparison 2022-05-21 11:31:32 -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
3b11273c70
update fathom site ID 2022-03-31 17:17:02 -04:00
f2fb718d0f
update constants 2022-02-26 12:06:41 -05:00
d258ebd988
group config files 2022-02-11 11:14:28 -05:00