We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5c0b8 commit 43cb77aCopy full SHA for 43cb77a
_includes/head.html
@@ -29,7 +29,7 @@
29
import { createRoot } from 'react-dom/client';
30
import { BlueskyComments } from 'https://unpkg.com/[email protected]/dist/bluesky-comments.es.js';
31
32
- const author = 'you.bsky.social';
+ const author = 'bmann.ca';
33
const container = document.getElementById('bluesky-comments');
34
const root = createRoot(container);
35
root.render(
0 commit comments