Skip to content

Commit

Permalink
fix: docs generation breaking builds
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Nov 20, 2020
1 parent 6b2ab9d commit 4a91e48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 232 deletions.
14 changes: 3 additions & 11 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,11 @@ const OPTS = {
}
},
{
resolve: 'gatsby-plugin-prefetch-google-fonts',
resolve: 'gatsby-plugin-google-fonts',
options: {
fonts: [
{
family: 'Poppins',
subsets: ['latin'],
variants: ['300', '400', '500']
},
{
family: 'Inconsolata',
subsets: ['latin'],
variants: ['400', '700']
}
'Poppins',
'Inconsolata'
]
}
},
Expand Down
225 changes: 5 additions & 220 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"gatsby": "^2.18.17",
"gatsby-image": "^2.2.37",
"gatsby-plugin-catch-links": "^2.1.21",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-ipfs": "^2.0.2",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-no-sourcemaps": "^2.1.1",
"gatsby-plugin-offline": "^3.0.30",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sharp": "^2.3.10",
Expand Down

1 comment on commit 4a91e48

@Spiegelberg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice fix! thanks

Please sign in to comment.