ソースを参照

Add trailing slash

tags/0.3.0
コミット
bfe89bddf6
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      packages/react-common-docs/next.config.js

+ 1
- 0
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


読み込み中…
キャンセル
保存