-
-
Notifications
You must be signed in to change notification settings - Fork 278
chore: fix route html #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/field-form/jbn13uydw |
好像不是这个原因。。。 @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.
|
.umirc.ts
Outdated
'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4', | ||
outputPath: '.doc' | ||
outputPath: '.doc', | ||
ssr: {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
开启 exportStatic
会按照路由输出 HTML
ssr: {} | |
ssr: {}, | |
exportStatic: {} |
另外 now.json
应该要配置下 routes:https://github.com/umijs/dumi/blob/master/now.json#L12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的,我试试
可以了~ 感谢 @PeachScript |
https://field-form.react-component.now.sh/demo/basic
链接为具体 demo 时,会 404
进 https://field-form.react-component.now.sh/ 主页,选 Demo 不会