Skip to content

Commit 80b45f1

Browse files
committed
docs: fix bubble api path
1 parent 03af230 commit 80b45f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
plugins: [
99
pluginApiDocgen({
1010
entries: {
11-
bubble: path.resolve(__dirname, "../src/bubble.tsx"),
11+
bubble: path.resolve(__dirname, "../src/bubble/index.tsx"),
1212
sender: path.resolve(__dirname, "../src/sender.tsx"),
1313
},
1414
apiParseTool: "react-docgen-typescript",

0 commit comments

Comments
 (0)