mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-17 20:51:55 +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: [
|
staticDirs: [
|
||||||
{ from: "../assets", to: "/assets" },
|
{ from: "../assets", to: "./assets" },
|
||||||
{ from: "../public/fontawesome", to: "/fontawesome" },
|
{ from: "../public/fontawesome", to: "./fontawesome" },
|
||||||
],
|
],
|
||||||
managerHead: (head) => `
|
managerHead: (head) => `
|
||||||
${head}
|
${head}
|
||||||
|
Loading…
Reference in New Issue
Block a user