@bryanguffey/astro-standard-site 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,8 +19,8 @@
19
19
  * ```
20
20
  */
21
21
 
22
- import type { Comment } from '../src/comments';
23
- import { fetchComments, countComments } from '../src/comments';
22
+ import type { Comment } from '../dist/comments.js';
23
+ import { fetchComments, countComments } from '../dist/comments.js';
24
24
 
25
25
  interface Props {
26
26
  /** AT-URI of the Bluesky announcement post */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryanguffey/astro-standard-site",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Astro integration for standard.site - unified ATProto longform publishing",
5
5
  "keywords": [
6
6
  "astro",