File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -439,13 +439,6 @@ module.exports = {
439439 {
440440 resolve : "gatsby-plugin-sharp" ,
441441 options : {
442- ignorePathRegex : [
443- // /originals\//, // any path containing /originals/
444- / s r c \/ c o l l e c t i o n s \/ i n t e g r a t i o n s \/ / ,
445- // /legacy/, // containing "legacy"
446- // /^.*\/_unused\/.*$/, // regex for folders starting with _
447- / \. ( p d f | a i | s v g ) $ / i, // files ending with .psd or .ai
448- ] ,
449442 defaults : {
450443 placeholder : "blurred" ,
451444 } ,
@@ -457,13 +450,6 @@ module.exports = {
457450 checkSupportedExtensions : false , // suppress warning about childImageSharp being null
458451 } ,
459452 } ,
460- {
461- resolve : "gatsby-source-filesystem" ,
462- options : {
463- path : `${ __dirname } /src/sections/Meshery/Meshery-platforms/supported-icons` ,
464- name : "integration-images" ,
465- } ,
466- } ,
467453 {
468454 resolve : "gatsby-source-filesystem" ,
469455 options : {
You can’t perform that action at this time.
0 commit comments