Skip to content

Commit 5456ad0

Browse files
authored
Merge branch 'master' into leecalcote/fix-mdx-styles
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
2 parents 12e593b + 754c1ed commit 5456ad0

7 files changed

Lines changed: 170 additions & 240 deletions

File tree

gatsby-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,15 @@ module.exports = {
7979
svgoConfig: {
8080
plugins: [
8181
"prefixIds",
82+
"removeDimensions",
8283
{
8384
name: "preset-default",
8485
params: {
8586
overrides: {
8687
// or disable plugins
8788
inlineStyles: false,
8889
cleanupIds: false,
90+
removeViewBox: false,
8991
},
9092
},
9193
},

package-lock.json

Lines changed: 0 additions & 232 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
"cross-env": "^10.0.0",
132132
"env-cmd": "^10.1.0",
133133
"eslint": "^9.39.1",
134-
"eslint-config-react-app": "^7.0.1",
135134
"eslint-mdx": "^3.6.2",
136135
"eslint-plugin-mdx": "^3.6.2",
137136
"eslint-plugin-react": "^7.37.5",

0 commit comments

Comments
 (0)