You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
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