Skip to content

Commit c410b1e

Browse files
committed
Fix assets
1 parent dd63537 commit c410b1e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@
1515
.env
1616
npm-debug.log*
1717
yarn-debug.log*
18-
yarn-error.log*
19-
20-
storybook-static
18+
yarn-error.log*

stories/helpers/container/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class StoryContainer extends Component<StoryContainerProps, StoryContaine
4040
return (
4141
<Wrapper>
4242
<Audio
43-
src="/music.mp3"
43+
src="./music.mp3"
4444
loop={true}
4545
controls={true}
4646
innerRef={this.getAudioElement}

0 commit comments

Comments
 (0)