Skip to content

Commit cb42a18

Browse files
feat(storybook): add fCC favicon (#512)
1 parent 5b612c4 commit cb42a18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.storybook/main.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ const config: StorybookConfig = {
6060
},
6161

6262
staticDirs: [{ from: "../src/assets", to: "/assets" }],
63+
64+
managerHead: (head) => `
65+
${head}
66+
<link rel="icon" type="image/png" href="https://cdn.freecodecamp.org/universal/favicons/favicon.ico">
67+
`,
6368
};
6469

6570
export default config;

0 commit comments

Comments
 (0)