Add Intro pages through markdown
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
dcb6378975
commit
ca6748a477
@ -23,6 +23,14 @@ module.exports = {
|
||||
source: buildChallenges$
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-source-filesystem',
|
||||
options: {
|
||||
name: 'introductions',
|
||||
path: path.resolve(__dirname, './src/introductions')
|
||||
}
|
||||
},
|
||||
'gatsby-transformer-remark',
|
||||
{
|
||||
resolve: 'gatsby-plugin-google-fonts',
|
||||
options: {
|
||||
|
Reference in New Issue
Block a user