From 311e25cdd71b55eff533130c4e0a48ce97002566 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Aranburu Date: Mon, 25 Dec 2023 21:14:47 +0100 Subject: [PATCH] chore: remove trailing slash --- front/gatsby-config.js | 1 + 1 file changed, 1 insertion(+) 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', {