From 65a89b4ad79bfff3a9395f39435c1c015b7796a6 Mon Sep 17 00:00:00 2001 From: Josue Date: Mon, 19 Jul 2021 18:35:54 -0400 Subject: [PATCH] fix(front-end): remove trailing slash setting --- striker-ui/next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/striker-ui/next.config.js b/striker-ui/next.config.js index f4fce537..ec314adc 100644 --- a/striker-ui/next.config.js +++ b/striker-ui/next.config.js @@ -2,5 +2,4 @@ module.exports = { pageExtensions: ['ts', 'tsx'], poweredByHeader: false, reactStrictMode: true, - trailingSlash: true, };