aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-29 15:46:56 +0100
committerGravatar Joe Banks <[email protected]>2024-04-29 15:46:56 +0100
commite7eb7f7e893874f56dad561ab18190c4530c47f6 (patch)
tree7dac002faca4598b205c8f63eddb3d094c00cc14
parentAdd slugs to services and cut down wording (diff)
Add a transformer for service images
-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/"
},