mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Fix relative links for storybook assets (#1458)
This commit is contained in:
parent
0174adea7b
commit
f8111feba3
@ -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 New Issue
Block a user