The bmannconsulting.com website

also make the correct author in the head

Changed files
+1 -1
_includes
+1 -1
_includes/head.html
···
import { createRoot } from 'react-dom/client';
import { BlueskyComments } from 'https://unpkg.com/bluesky-comments@0.10.1/dist/bluesky-comments.es.js';
-
const author = 'you.bsky.social';
+
const author = 'bmann.ca';
const container = document.getElementById('bluesky-comments');
const root = createRoot(container);
root.render(