Skip to content

Commit 616b696

Browse files
author
Aryan Jabbari
committed
Remove experimentalThemes property
1 parent ba3a35a commit 616b696

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

gatsby-config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
const proxy = require('http-proxy-middleware');
22

33
module.exports = {
4-
__experimentalThemes: [
5-
{
6-
resolve: 'gatsby-theme-docz',
7-
options: {
8-
mdPlugins: [require('remark-external-links')],
9-
},
10-
},
11-
],
124
developMiddleware: app => {
135
app.use(
146
'/.netlify/functions/',
@@ -26,6 +18,7 @@ module.exports = {
2618
author: `@aryanjabbari`,
2719
},
2820
plugins: [
21+
'gatsby-theme-docz',
2922
`gatsby-plugin-react-helmet`,
3023
'gatsby-plugin-typescript',
3124
{

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"license": "MIT",
3636
"scripts": {
3737
"build": "gatsby build",
38+
"predevelop": "gatsby clean",
3839
"develop": "gatsby develop",
3940
"format": "prettier --write src/**/*.{js,jsx}",
4041
"start": "npm run develop",

0 commit comments

Comments
 (0)