diff --git a/packages/react-common-docs/next.config.js b/packages/react-common-docs/next.config.js index f7387d6..7c6b705 100644 --- a/packages/react-common-docs/next.config.js +++ b/packages/react-common-docs/next.config.js @@ -15,7 +15,6 @@ module.exports = { }, poweredByHeader: false, basePath: '/tesseract/web/react/common', - trailingSlash: true, webpack(...args) { const oldWebpack = e.webpack(...args) const [config, { defaultLoaders, }] = args