Skip to content

Commit

Permalink
chore: rmoved solr-images middleware to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jan 29, 2024
1 parent b4eafea commit c0099f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"postcss-scss": "4.0.8",
"prettier": "3.0.3",
"release-it": "^16.1.5",
"stylelint": "15.10.3",
"stylelint": "15.11.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-sass-guidelines": "10.0.0",
"stylelint-prettier": "4.0.2"
Expand Down
32 changes: 0 additions & 32 deletions src/express-middleware/solr-images.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ const applyConfig = (config) => {
component: ToolbarUserMenu,
},
],

expressMiddleware: [
...config.settings.expressMiddleware,
solrImagesMiddleware(),
],
};

return config;
Expand Down

0 comments on commit c0099f1

Please sign in to comment.