Skip to content

Commit

Permalink
Storybook static
Browse files Browse the repository at this point in the history
  • Loading branch information
et0and committed Oct 10, 2024
1 parent 0130e4c commit a149624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ const config: StorybookConfig = {
name: "@storybook/nextjs",
options: {},
},
staticDirs: ["..\\public"],
staticDirs: ["..\\storybook-static"],
};
export default config;

0 comments on commit a149624

Please sign in to comment.