From 102981d8a9c96c8bb3d9bbdf03c5314e2b8fec3b Mon Sep 17 00:00:00 2001 From: Josue Date: Wed, 14 Jul 2021 16:47:25 -0400 Subject: [PATCH] fix(front-end): add settings to force trailing slash in the url --- striker-ui/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/striker-ui/next.config.js b/striker-ui/next.config.js index ec314adc..f4fce537 100644 --- a/striker-ui/next.config.js +++ b/striker-ui/next.config.js @@ -2,4 +2,5 @@ module.exports = { pageExtensions: ['ts', 'tsx'], poweredByHeader: false, reactStrictMode: true, + trailingSlash: true, };