From 60923899e0ebbd666feeff2e51c75fd782b68178 Mon Sep 17 00:00:00 2001 From: feb-dain Date: Sun, 12 Nov 2023 21:56:27 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8A=A4=ED=86=A0=EB=A6=AC=EB=B6=81=20?= =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20=EB=95=8C=EB=AC=B8=EC=97=90=20=ED=8C=A8?= =?UTF-8?q?=EB=94=A9=20=EC=9D=B4=EC=83=81=ED=95=B4=EC=A7=80=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [#925] --- frontend/.storybook/main.ts | 1 + frontend/.storybook/preview-head.html | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 frontend/.storybook/preview-head.html diff --git a/frontend/.storybook/main.ts b/frontend/.storybook/main.ts index eff6f5baf..2fcd9ed08 100644 --- a/frontend/.storybook/main.ts +++ b/frontend/.storybook/main.ts @@ -21,6 +21,7 @@ const config: StorybookConfig = { name: '@storybook/react-webpack5', options: {}, }, + previewHead: (head) => `${head}`, docs: { autodocs: 'tag', }, diff --git a/frontend/.storybook/preview-head.html b/frontend/.storybook/preview-head.html new file mode 100644 index 000000000..30aa01387 --- /dev/null +++ b/frontend/.storybook/preview-head.html @@ -0,0 +1,4 @@ +