File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,8 @@ import { defineConfig } from 'astro/config'
33
44// https://astro.build/config
55export default defineConfig ( {
6- site : 'https://astro-lqip.web.app/'
6+ site : 'https://astro-lqip.web.app/' ,
7+ image : {
8+ domains : [ 'images.pexels.com' ]
9+ }
710} )
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import Footer from '@components/Footer.astro'
99import firstImage from ' @images/pexels-fabianwiktor-3470482.jpg'
1010import secondImage from ' @images/pexels-fabianwiktor-3470872.jpg'
1111import thirdImage from ' @images/pexels-fabianwiktor-3470478.jpg'
12- import fourthImage from ' @images/pexels-fabianwiktor-994605.jpg'
1312---
1413
1514<Layout >
@@ -57,7 +56,7 @@ import fourthImage from '@images/pexels-fabianwiktor-994605.jpg'
5756 <div >
5857 <h3 >LQIP SVG</h3 >
5958 <Image
60- src ={ fourthImage }
59+ src =" https://images.pexels.com/photos/994605/pexels-photo-994605.jpeg "
6160 alt =" A beautiful landscape with a lake and mountains 4"
6261 width ={ 234 }
6362 height ={ 234 }
@@ -101,7 +100,7 @@ import fourthImage from '@images/pexels-fabianwiktor-994605.jpg'
101100 <div >
102101 <h3 >LQIP SVG size 12</h3 >
103102 <Picture
104- src ={ fourthImage }
103+ src =" https://images.pexels.com/photos/994605/pexels-photo-994605.jpeg "
105104 alt =" A beautiful landscape with a lake and mountains 8"
106105 width ={ 234 }
107106 height ={ 234 }
You can’t perform that action at this time.
0 commit comments