Feat: News in the client app (#34392)
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user