ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
464 stars 38 forks source link

Redirect /u/ and /m/ URLS for actor and messages #105

Closed ckolderup closed 1 year ago

ckolderup commented 1 year ago

This will fix the problem where embeds on Mastodon posts, the "show original" link in many clients, and clicking on the username on the user profile on Mastodon were redirecting to a raw JSON page in your browser. We still respond with JSON when

I based this off of my branch in #94 because I wanted to use prettier and was too lazy to stand the config up in a clean branch. The diff here will clean up considerably once that is merged, so I'm marking this as a draft until then.

Closes #33.