diff --git a/src/SvgToInline.stories.ts b/src/SvgToInline.stories.ts index 7fc57e0..5e69da3 100644 --- a/src/SvgToInline.stories.ts +++ b/src/SvgToInline.stories.ts @@ -46,5 +46,5 @@ const Template: Story = ({ path, className }: ArgTypes) => html` export const Regular = Template.bind({}) Regular.args = { - path: '/SVG_Logo.svg', + path: './SVG_Logo.svg', }