We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e415a93 commit 8ec0ac1Copy full SHA for 8ec0ac1
.storybook/guides/develop.mdx
@@ -1,6 +1,6 @@
1
import { Meta } from "@storybook/blocks";
2
3
-import Illustration from "../../assets/spectrum_illustration_2x.png";
+import Illustration from "../assets/images/spectrum_illustration_2x.png";
4
5
<Meta title="Contributing" />
6
.storybook/main.js
@@ -26,7 +26,7 @@ export default {
26
},
27
],
28
rootDir: "../",
29
- staticDirs: ["./assets"],
+ staticDirs: ["./assets", "./assets/images"],
30
addons: [
31
{
32
name: "@storybook/addon-essentials",
0 commit comments