Browse Source

Set base path

Use base path for domain.
tags/0.3.0
TheoryOfNekomata 3 years ago
parent
commit
c88efc4b3d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      packages/react-common-docs/next.config.js

+ 1
- 0
packages/react-common-docs/next.config.js View File

@@ -13,6 +13,7 @@ module.exports = {
typescript: { typescript: {
ignoreBuildErrors: true, ignoreBuildErrors: true,
}, },
basePath: '/tesseract/web/react/common',
webpack(...args) { webpack(...args) {
const oldWebpack = e.webpack(...args) const oldWebpack = e.webpack(...args)
const [config, { defaultLoaders, }] = args const [config, { defaultLoaders, }] = args


Loading…
Cancel
Save