Skip to content

Commit 833330d

Browse files
committed
Fixed URL was using local dev testing hostname.
1 parent 3930883 commit 833330d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chrome.runtime.onMessage.addListener((msg, sender, completion_handler) => {
2424
form.append('bookmark-content', msg.data.html);
2525

2626
// POST to Micro.blog
27-
fetch('https://stoic_neumann.orb.local/micropub', {
27+
fetch('https://micro.blog/micropub', {
2828
method: 'POST',
2929
body: form
3030
})

0 commit comments

Comments
 (0)