homepage/gatsby-config.js

10 lines
155 B
JavaScript
Raw Normal View History

2019-12-11 19:02:42 +00:00
/**
* Configure your Gatsby site with this file.
*
* See: https://www.gatsbyjs.org/docs/gatsby-config/
*/
module.exports = {
2019-12-11 21:57:03 +00:00
pathPrefix: `/ctdo`,
2019-12-11 19:02:42 +00:00
}