Skip to content

Commit 4a91e48

Browse files
committed
fix: docs generation breaking builds
1 parent 6b2ab9d commit 4a91e48

File tree

3 files changed

+9
-232
lines changed

3 files changed

+9
-232
lines changed

docs/gatsby-config.js

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,11 @@ const OPTS = {
3535
}
3636
},
3737
{
38-
resolve: 'gatsby-plugin-prefetch-google-fonts',
38+
resolve: 'gatsby-plugin-google-fonts',
3939
options: {
4040
fonts: [
41-
{
42-
family: 'Poppins',
43-
subsets: ['latin'],
44-
variants: ['300', '400', '500']
45-
},
46-
{
47-
family: 'Inconsolata',
48-
subsets: ['latin'],
49-
variants: ['400', '700']
50-
}
41+
'Poppins',
42+
'Inconsolata'
5143
]
5244
}
5345
},

docs/package-lock.json

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"gatsby": "^2.18.17",
1515
"gatsby-image": "^2.2.37",
1616
"gatsby-plugin-catch-links": "^2.1.21",
17+
"gatsby-plugin-google-fonts": "^1.0.1",
1718
"gatsby-plugin-ipfs": "^2.0.2",
1819
"gatsby-plugin-manifest": "^2.2.34",
1920
"gatsby-plugin-no-sourcemaps": "^2.1.1",
2021
"gatsby-plugin-offline": "^3.0.30",
21-
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
2222
"gatsby-plugin-react-helmet": "^3.1.18",
2323
"gatsby-plugin-root-import": "^2.0.5",
2424
"gatsby-plugin-sharp": "^2.3.10",

0 commit comments

Comments
 (0)