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

26 Commits

Author SHA1 Message Date
e1a26d5257
refactor .js files to ES modules where possible 2024-03-12 14:58:00 -04: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
e5c553cea8
fix /static 404s (not sure why they're happening though?) 2024-02-19 15:25:28 -05:00
b13c8259b3
attempt to make edge functions a tad bit lighter 2023-07-06 10:37:51 -04:00
fd71783e50
https://fuckyougoogle.zip 2023-06-18 11:33:59 -04:00
beb74f84ce
remove broken fathom dashboard iframes 2022-09-23 16:39:59 -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
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
07a96917a4
set lastmod date of /notes to most recent post's 2022-06-02 08:35:56 -04:00
be54bc2644
set content-type header of sitemap.xml 2022-05-30 11:41:01 -04:00
00d497b69b
update server-side sitemap.xml code 2022-05-07 20:47:14 -04:00
64303400a4
lengthen cache-control headers 2022-05-02 10:29:01 -04:00
e1da53a1fe
prepare for new next/link behavior
see new-next-link branch
2022-04-28 12:32:50 -04:00
a3870a15db
fs -> fs/promises -> asyncify all note parsing 2022-04-26 17:22:44 -04:00
36e0835947
fix fathom dashboard iframe 2022-04-26 14:35:08 -04:00
a8c1a3ba3c
use safer method of concatenating absolute URLs 2022-04-07 15:29:15 -04:00
f870c5c796
freeze build timestamp via an environment variable 2022-03-18 17:41:27 -04:00
87848cc697
just some refactoring 2022-03-09 14:07:06 -05:00
acf39efeaa
re-use feed.(xml,atom) logic 2022-02-11 11:10:05 -05:00
bb807e0e90
use next-sitemap server-side instead of manually generating the xml 2022-02-11 10:36:27 -05:00
3f08782cab
add typings to pages/api/hits.ts 2022-02-10 19:56:26 -05:00
885f97fa64
update component prop types to use JSX.IntrinsicElements 2022-02-09 09:37:20 -05:00
a5a602d385
publish sitemap.xml with getServerSideProps instead of next-sitemap (#720)
very VERY hacky right now but I still prefer this
2022-01-03 20:53:17 -05:00