Skip to content

Commit

Permalink
fix: fetching of packages info
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Nov 16, 2023
1 parent 723ccfb commit e999dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/storybook/addons/package-info/manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ addons.register(CONFIG.id, (api) => {
error: undefined,
});

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

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

0 comments on commit e999dfc

Please sign in to comment.