The bmannconsulting.com website

correct path to bsky comments

Changed files
+1 -1
_includes
+1 -1
_includes/head.html
···
<script type="module">
import { createElement } from 'react';
import { createRoot } from 'react-dom/client';
-
import { BlueskyComments } from 'https://unpkg.com/bluesky-comments@<VERSION>/dist/bluesky-comments.es.js';
const author = 'you.bsky.social';
const container = document.getElementById('bluesky-comments');
···
<script type="module">
import { createElement } from 'react';
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 container = document.getElementById('bluesky-comments');