We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3930883 commit 833330dCopy full SHA for 833330d
background.js
@@ -24,7 +24,7 @@ chrome.runtime.onMessage.addListener((msg, sender, completion_handler) => {
24
form.append('bookmark-content', msg.data.html);
25
26
// POST to Micro.blog
27
- fetch('https://stoic_neumann.orb.local/micropub', {
+ fetch('https://micro.blog/micropub', {
28
method: 'POST',
29
body: form
30
})
0 commit comments