Skip to content

Commit f114d81

Browse files
chrisflatleyMatt Copas
andauthored
Update example/gatsby-config.js
Co-authored-by: Matt Copas <[email protected]>
1 parent 4d14f6e commit f114d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { NODE_ENV } = process.env
22

33
const pathPrefix = (env) => {
4-
// If you have a context bath in production set it here e..g /docs
4+
// If you have a context path in production set it here e..g /docs
55
return env === 'production' ? '' : ''
66
}
77

0 commit comments

Comments
 (0)