Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
chore: fix route html #232
Conversation
|
This pull request is being automatically deployed with Vercel (learn more).
|
|
好像不是这个原因。。。 @PeachScript help |
Codecov Report
@@ Coverage Diff @@
## master #232 +/- ##
=======================================
Coverage 99.89% 99.89%
=======================================
Files 13 13
Lines 954 954
Branches 222 222
=======================================
Hits 953 953
Misses 1 1 Continue to review full report at Codecov.
|
| @@ -7,5 +7,6 @@ export default defineConfig({ | |||
| 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4', | |||
| logo: | |||
| 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4', | |||
| outputPath: '.doc' | |||
| outputPath: '.doc', | |||
| ssr: {} | |||
PeachScript
Nov 26, 2020
开启 exportStatic 会按照路由输出 HTML
Suggested change
ssr: {}
ssr: {},
exportStatic: {}
另外 now.json 应该要配置下 routes:https://github.com/umijs/dumi/blob/master/now.json#L12
开启 exportStatic 会按照路由输出 HTML
| ssr: {} | |
| ssr: {}, | |
| exportStatic: {} |
另外 now.json 应该要配置下 routes:https://github.com/umijs/dumi/blob/master/now.json#L12
xrkffgg
Nov 26, 2020
Author
Member
好的,我试试
好的,我试试
|
可以了~ 感谢 @PeachScript |
https://field-form.react-component.now.sh/demo/basic
链接为具体 demo 时,会 404
进 https://field-form.react-component.now.sh/ 主页,选 Demo 不会