mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
Fix relative links for storybook assets (#1458)
This commit is contained in:
parent
0174adea7b
commit
f8111feba3
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ const config: StorybookConfig = {
|
|||
},
|
||||
|
||||
staticDirs: [
|
||||
{ from: "../assets", to: "/assets" },
|
||||
{ from: "../public/fontawesome", to: "/fontawesome" },
|
||||
{ from: "../assets", to: "./assets" },
|
||||
{ from: "../public/fontawesome", to: "./fontawesome" },
|
||||
],
|
||||
managerHead: (head) => `
|
||||
${head}
|
||||
|
|
|
|||
Loading…
Reference in a new issue