ActivityPub Network Reader cards in posts look bad? Check your 404s

Yes, you’re correct @Cathy_Sarisky, as I’ve just noticed and recalled I am in fact excluding them. I had some issues with bookmark cards upon the release of 5.0, and so followed these instructions to insert the following into my package.json file.

  "config": {
    "card_assets": {
         "exclude": ["bookmark", "gallery"]
     }
  }

Having just re-seen this code, it may also be why galleries occasionally behave a bit wonky on my site. For both reasons I’m gonna have to tinker around a bit.

Thanks very much for inadvertently getting me to look at this, particularly in terms of the wonky galleries (which, being front-facing, are much more of an issue).