so `new Date('2023-07-15 23:40 GMT-0400')` is valid in chrome and node.js, but not in firefox. this causes firefox to incorrectly request my api for commits since 1970-01-01. sveltekit didnt prerender that because it didnt crawl and find 1970-01-01 as it uses node.js, so firefox gets a 404. bam
the custom website previews are neat, but i kinda miss being able to preview the website. especially when a website is updated; i cant see if its major or minor
been feeling a bit lazy recently. usually whatever i fall back to being lazy with makes me bounce back. like with mario kart i played it, dumped it, modded it, and then got back into the mood to create
so `new Date('2023-07-15 23:40 GMT-0400')` is valid in chrome and node.js, but not in firefox. this causes firefox to incorrectly request my api for commits since 1970-01-01. sveltekit didnt prerender that because it didnt crawl and find 1970-01-01 as it uses node.js, so firefox gets a 404. bam