Remove raster images to CDN

pull/7883/head
Brandon Romano 5 years ago
parent f0d7f2d863
commit 2ecf62da70

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

@ -80,7 +80,8 @@ export default function HomePage() {
person: {
firstName: 'Sriram',
lastName: 'Govindarajan',
photo: require('./img/quotes/sriram-govindarajan.jpg?url'),
photo:
'https://www.datocms-assets.com/2885/1589431834-sriram-govindarajan.jpg',
title: 'Principal Infrastructure Engineer',
},
company: {
@ -96,7 +97,8 @@ export default function HomePage() {
person: {
firstName: 'Pierre',
lastName: 'Souchay',
photo: require('./img/quotes/pierre-souchay.jpg?url'),
photo:
'https://www.datocms-assets.com/2885/1589431828-pierre-souchay.jpg',
title: 'Discovery and Security Authorization Lead',
},
company: {

Loading…
Cancel
Save