@dave @realcaseyrollins It's a combination of things happening:
1. static-fe is enabled in Pleroma, so visiting certain endpoints (like the one linked above) renders a static page.
2. Pleroma 2.0.5 accidentally omitted the css needed by static-fe. It's fixed in the develop branch.
3. soapbox-fe will actually capture and redirect that URL if static-fe isn't enabled, but for SEO I chose to enable it.