Skip to content

Commit 6a8a120

Browse files
committed
docs(demo): update image source paths in demos.astro for testing
1 parent 8e516ab commit 6a8a120

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/pages/demos.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import thirdImage from '@images/pexels-fabianwiktor-3470478.jpg'
2323
<div>
2424
<h3>LQIP Base64 (Default)</h3>
2525
<Picture
26-
src={firstImage}
26+
src="../images/pexels-fabianwiktor-3470482.jpg"
2727
alt="A beautiful landscape with a lake and mountains 1"
2828
width={234}
2929
height={234}
@@ -34,7 +34,7 @@ import thirdImage from '@images/pexels-fabianwiktor-3470478.jpg'
3434
<div>
3535
<h3>LQIP Color</h3>
3636
<Image
37-
src={secondImage}
37+
src="/src/images/pexels-fabianwiktor-3470872.jpg"
3838
alt="A beautiful landscape with a lake and mountains 2"
3939
width={234}
4040
height={234}
@@ -44,7 +44,7 @@ import thirdImage from '@images/pexels-fabianwiktor-3470478.jpg'
4444
<div>
4545
<h3>LQIP CSS</h3>
4646
<Picture
47-
src={thirdImage}
47+
src="@images/pexels-fabianwiktor-3470478.jpg"
4848
alt="A beautiful landscape with a lake and mountains 3"
4949
width={234}
5050
height={234}

0 commit comments

Comments
 (0)