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, };