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