Skip to content

Commit 9275cd0

Browse files
Merge pull request #7209 from layer5io/leecalcote/chore/remove-unused-image-collection
chore: remove unused image source
2 parents 6f30ca2 + a6ff80e commit 9275cd0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

gatsby-config.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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-
/src\/collections\/integrations\//,
445-
// /legacy/, // containing "legacy"
446-
// /^.*\/_unused\/.*$/, // regex for folders starting with _
447-
/\.(pdf|ai|svg)$/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: {

0 commit comments

Comments
 (0)