Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9ea48d

Browse files
author
Carms Ng
authored
Merge pull request #35 from coderbunker/revamp-partner
Simplify the partner & client logo/info update process
2 parents fc77674 + fc58663 commit a9ea48d

28 files changed

+101
-45
lines changed

gatsby-config.js

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,24 @@ module.exports = {
3939
}
4040
},
4141
`gatsby-transformer-sharp`,
42-
`gatsby-plugin-sharp`,
42+
{
43+
resolve: `gatsby-plugin-sharp`,
44+
options: {
45+
defaults: {
46+
formats: [`auto`, `webp`],
47+
placeholder: `dominantColor`,
48+
quality: 50,
49+
breakpoints: [750, 1080, 1366, 1920],
50+
backgroundColor: `transparent`,
51+
tracedSVGOptions: {},
52+
blurredOptions: {},
53+
jpgOptions: {},
54+
pngOptions: {},
55+
webpOptions: {},
56+
avifOptions: {},
57+
},
58+
},
59+
},
4360
{
4461
resolve: `gatsby-plugin-manifest`,
4562
options: {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Drave développement",
3+
"website": "https://drave.quebec/",
4+
"logo": "01_drave.png"
5+
}

0 commit comments

Comments
 (0)