Skip to content

Commit e999dfc

Browse files
committed
fix: fetching of packages info
1 parent 723ccfb commit e999dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/storybook/addons/package-info/manager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ addons.register(CONFIG.id, (api) => {
5959
error: undefined,
6060
});
6161

62-
const { loading, dataPromise, error } = useData("/packages-info.json");
62+
const { loading, dataPromise, error } = useData("./packages-info.json");
6363

6464
useEffect(() => {
6565
const handler = async (info: { storyId: string; viewMode: string }) => {

0 commit comments

Comments
 (0)