DEV Community

Discussion on: Single-source-of-truth routing with GatsbyJS static site generator

Collapse
 
haavardb profile image
Håvard Bergersen • Edited

Nice :) Note that

export { routes, paths }

should be

module.exports = { routes, paths }