We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b48cb commit eb5c0b8Copy full SHA for eb5c0b8
_includes/head.html
@@ -27,7 +27,7 @@
27
<script type="module">
28
import { createElement } from 'react';
29
import { createRoot } from 'react-dom/client';
30
- import { BlueskyComments } from 'https://unpkg.com/bluesky-comments@<VERSION>/dist/bluesky-comments.es.js';
+ import { BlueskyComments } from 'https://unpkg.com/bluesky-comments@0.10.1/dist/bluesky-comments.es.js';
31
32
const author = 'you.bsky.social';
33
const container = document.getElementById('bluesky-comments');
0 commit comments