diff --git a/.storybook/main.ts b/.storybook/main.ts index fd1338404f..dce5a4a5bf 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -36,5 +36,11 @@ const config: StorybookConfig = { }, }); }, + refs: { + "compound-web": { + title: "Compound Web", + url: "https://element-hq.github.io/compound-web/", + }, + }, }; export default config;