fixed micropub endpoint

note to self: don't try and add code on your phone when you're about to sleep.
Also added the micropub_media endpoint (I think that's how it works? Documentation is slim)
This commit is contained in:
Gordon Pedersen 2022-11-30 09:29:30 +11:00
parent 5f6aeb8312
commit 3f66e318b8

View file

@ -11,7 +11,8 @@
<link rel="webmention" href="https://webmention.io/death.id.au/webmention" /> <link rel="webmention" href="https://webmention.io/death.id.au/webmention" />
<link rel="pingback" href="https://webmention.io/death.id.au/xmlrpc" /> <link rel="pingback" href="https://webmention.io/death.id.au/xmlrpc" />
<link rel="microsub" href="https://aperture.p3k.io/microsub/807"> <link rel="microsub" href="https://aperture.p3k.io/microsub/807">
<link rel="micropub" href="https:// micropub.death.id.au/micropub"> <link rel="micropub" href="https://micropub.death.id.au/.netlify/functions/micropub">
<link rel="micropub_media" href="https://micropub.death.id.au/.netlify/functions/media">
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/ebe14e90c3.js" crossorigin="anonymous"></script> <script src="https://kit.fontawesome.com/ebe14e90c3.js" crossorigin="anonymous"></script>
<title>Mon Repos (Death's Domain)</title> <title>Mon Repos (Death's Domain)</title>