Skip to content

Commit 43cb77a

Browse files
committed
also make the correct author in the head
1 parent eb5c0b8 commit 43cb77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import { createRoot } from 'react-dom/client';
3030
import { BlueskyComments } from 'https://unpkg.com/[email protected]/dist/bluesky-comments.es.js';
3131

32-
const author = 'you.bsky.social';
32+
const author = 'bmann.ca';
3333
const container = document.getElementById('bluesky-comments');
3434
const root = createRoot(container);
3535
root.render(

0 commit comments

Comments
 (0)