This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
react-common
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Add trailing slash
tags/0.3.0
TheoryOfNekomata
3 years ago
parent
6dfaa99c15
commit
bfe89bddf6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
packages/react-common-docs/next.config.js
+ 1
- 0
packages/react-common-docs/next.config.js
View File
@@ -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
Write
Preview
Loading…
Cancel
Save