Skip to content

Commit 4031493

Browse files
committed
update gatsby config
1 parent 15f14c3 commit 4031493

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

uilib-docs/gatsby-config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ module.exports = {
1212
{
1313
resolve: 'gatsby-source-filesystem',
1414
options: {
15-
name: 'private',
1615
path: `${__dirname}/../src/components/`
1716
}
1817
},
18+
{
19+
resolve: 'gatsby-source-filesystem',
20+
options: {
21+
path: `${__dirname}/../src/incubator/`
22+
}
23+
},
1924
{
2025
resolve: `gatsby-source-filesystem`,
2126
options: {

0 commit comments

Comments
 (0)