Feat: News in the client app (#34392)

This commit is contained in:
Stuart Taylor
2018-11-29 12:12:15 +00:00
committed by Valeriy
parent 28798dc008
commit d327a5c36b
87 changed files with 2334 additions and 1403 deletions

View File

@ -32,7 +32,8 @@ module.exports = {
'/certification/*',
'/unsubscribed/*',
'/user/*',
'/settings/*'
'/settings/*',
'/n/*'
]
}
},
@ -45,6 +46,12 @@ module.exports = {
curriculumPath: localeChallengesRootDir
}
},
{
resolve: 'fcc-source-news',
options: {
maximumStaticRenderCount: 100
}
},
{
resolve: 'gatsby-source-filesystem',
options: {