diff --git a/front/gatsby-config.js b/front/gatsby-config.js index 423702c..d5c2577 100644 --- a/front/gatsby-config.js +++ b/front/gatsby-config.js @@ -3,6 +3,7 @@ require('dotenv').config({ }); module.exports = { + trailingSlash: 'never', plugins: [ 'gatsby-plugin-react-helmet', {