aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gatsby-config.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/gatsby-config.ts b/gatsby-config.ts
index 77a4608..c15a445 100644
--- a/gatsby-config.ts
+++ b/gatsby-config.ts
@@ -24,6 +24,14 @@ const config: GatsbyConfig = {
}, {
resolve: 'gatsby-source-filesystem',
options: {
+ "name": "service_images",
+ "path": "./service_images/"
+ },
+ __key: "service_images"
+ },
+ {
+ resolve: 'gatsby-source-filesystem',
+ options: {
"name": "pages",
"path": "./src/pages/"
},