Fix relative links for storybook assets (#1458)

This commit is contained in:
Evan Simkowitz 2024-12-10 11:41:23 -08:00 committed by GitHub
parent 0174adea7b
commit f8111feba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}