theAdhocracy / theadhocracy-web

The personal website of Murray Adcock, aka @theAdhocracy
https://theadhocracy.co.uk
MIT License
1 stars 0 forks source link

Webmention error handling #73

Open theAdhocracy opened 2 years ago

theAdhocracy commented 2 years ago

Currently, if a webmention is sent and then the page it was sent from is deleted/removed/returns a 404, there is no content and so the component will error on build.

Should be possible to add a quick check for the value before attempting to render (though the build error is useful for locating quick spam 😅)

theAdhocracy commented 2 years ago

Worth adding to this: remove pingback rel header. Pingbacks seem to be 100% spam these days, no need to keep that as a feature.