Skip to content

Commit 8377173

Browse files
committed
fix: drop broken gatsby-plugin-svg-sprite
1 parent 47c4a50 commit 8377173

21 files changed

+342
-928
lines changed

gatsby-browser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// custom typefaces
22
import 'prismjs/themes/prism-tomorrow.css'
3-
43
import { getDarkModePref } from './src/utils/auth'
54

65
export { default as wrapRootElement } from './src/apollo/wrapRootElement'

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ module.exports = {
112112
respectDNT: true
113113
}
114114
},
115-
'gatsby-plugin-svg-sprite',
116115
'gatsby-plugin-optimize-svgs',
117116
'gatsby-transformer-sharp',
118117
'gatsby-plugin-sharp',
119118
'gatsby-image',
119+
'gatsby-plugin-react-svg',
120120
{
121121
resolve: 'gatsby-transformer-remark',
122122
options: {

0 commit comments

Comments
 (0)