Skip to content

Commit 21f9f81

Browse files
chore: Build fixes
1 parent 96338b7 commit 21f9f81

3 files changed

Lines changed: 269 additions & 2 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = {
3333
`gatsby-transformer-remark`,
3434
`gatsby-plugin-layout`,
3535
`@iostindex/gatsby-plugin-material-ui`,
36+
`gatsby-plugin-netlify`,
3637
`gatsby-plugin-sass`,
3738
{
3839
resolve: `gatsby-plugin-sitemap`,

package-lock.json

Lines changed: 266 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@iostindex/gatsby-plugin-material-ui": "^5.0.0",
2020
"@mdx-js/mdx": "^3.1.0",
2121
"@mui/icons-material": "^7.3.1",
22-
"@mui/material": "^7.3.0",
22+
"@mui/material": "^7.3.1",
2323
"axios": "^1.11.0",
2424
"decode-uri-component": "^0.4.1",
2525
"gatsby": "^5.14.6",
@@ -59,6 +59,7 @@
5959
"eslint-plugin-prettier": "^5.5.4",
6060
"eslint-plugin-react": "^7.37.5",
6161
"eslint-plugin-react-hooks": "^5.2.0",
62+
"gatsby-plugin-netlify": "^5.1.1",
6263
"manual-promise": "^2.0.2",
6364
"prettier": "^3.6.2"
6465
},

0 commit comments

Comments
 (0)