File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11const proxy = require ( 'http-proxy-middleware' ) ;
22
33module . 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 {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments