File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,6 @@ Use the -H to set the hostname IP address for remote access
1414
1515http://localhost:8000/___graphql
1616
17- ## 2022.02.22
17+ ## gatsby-theme-blog-core
18+
19+ - https://github.com/gatsbyjs/themes/tree/master/packages/gatsby-theme-blog-core
Original file line number Diff line number Diff line change @@ -83,5 +83,12 @@ module.exports = {
8383 head : true ,
8484 }
8585 } ,
86+ {
87+ resolve : `gatsby-theme-blog-core` ,
88+ options : {
89+ // basePath defaults to `/`
90+ basePath : `/blog` ,
91+ } ,
92+ }
8693 ] ,
8794}
Original file line number Diff line number Diff line change 2222 "gatsby-remark-responsive-iframe" : " ^5.8.0" ,
2323 "gatsby-remark-smartypants" : " ^5.8.0" ,
2424 "gatsby-source-filesystem" : " ^4.8.0" ,
25+ "gatsby-theme-blog-core" : " ^4.0.0" ,
2526 "gatsby-transformer-remark" : " ^5.8.0" ,
2627 "gatsby-transformer-sharp" : " ^4.8.0" ,
2728 "prismjs" : " ^1.27.0" ,
You can’t perform that action at this time.
0 commit comments