Skip to content

Commit eb5c0b8

Browse files
committed
correct path to bsky comments
1 parent d4b48cb commit eb5c0b8

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
@@ -27,7 +27,7 @@
2727
<script type="module">
2828
import { createElement } from 'react';
2929
import { createRoot } from 'react-dom/client';
30-
import { BlueskyComments } from 'https://unpkg.com/bluesky-comments@<VERSION>/dist/bluesky-comments.es.js';
30+
import { BlueskyComments } from 'https://unpkg.com/bluesky-comments@0.10.1/dist/bluesky-comments.es.js';
3131

3232
const author = 'you.bsky.social';
3333
const container = document.getElementById('bluesky-comments');

0 commit comments

Comments
 (0)