Skip to content

Commit 3baaf2f

Browse files
authored
fix: make font work in storybook (#54)
1 parent 4349ee3 commit 3baaf2f

File tree

1 file changed

+1
-0
lines changed
  • infrastructure/eid-wallet/.storybook

1 file changed

+1
-0
lines changed

infrastructure/eid-wallet/.storybook/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ const config: StorybookConfig = {
2222
name: getAbsolutePath("@storybook/sveltekit"),
2323
options: {},
2424
},
25+
staticDirs: ["../static"],
2526
};
2627
export default config;

0 commit comments

Comments
 (0)