Skip to content

Commit

Permalink
docs: fix img url
Browse files Browse the repository at this point in the history
  • Loading branch information
fand committed Jul 8, 2021
1 parent 0765ca9 commit a373389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/dom/ExamplesSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ExamplesSection: React.FC = () => {
/>
</LazyLoad>
<LazyLoad height={320}>
<VFX.VFXImg src="david.png" shader="rgbShift" />
<VFX.VFXImg src={pub("david.png")} shader="rgbShift" />
</LazyLoad>
</div>
</section>
Expand Down

0 comments on commit a373389

Please sign in to comment.