···5050import "bsky_comments_widget"
5151```
52525353-### from Gleam (`vite-gleam` needed, currently broken)
5353+### from Gleam (`vite-gleam` needed)
54545555```sh
5656gleam add bsky_comments_widget@1
+1-1
gleam.toml
···11name = "bsky_comments_widget"
22-version = "1.0.3"
22+version = "1.0.4"
33target = "javascript"
4455# Fill out these fields if you intend to generate HTML documentation or publish
···11-// hacky relative path, since the path is resolved from `build/`. could be improved?
22-import widgetStyles from "../../../../../../src/bsky_comments_widget.css?inline"
11+// hacky relative path, since the path is resolved from `build/`
22+import widgetStyles from "../../priv/bsky_comments_widget.css?inline"
3344export function getCss() {
55 return widgetStyles