diff --git a/packages/react-common-docs/next.config.js b/packages/react-common-docs/next.config.js index 30ab0d3..0c66fda 100644 --- a/packages/react-common-docs/next.config.js +++ b/packages/react-common-docs/next.config.js @@ -13,6 +13,7 @@ module.exports = { typescript: { ignoreBuildErrors: true, }, + basePath: '/tesseract/web/react/common', webpack(...args) { const oldWebpack = e.webpack(...args) const [config, { defaultLoaders, }] = args