-
Notifications
You must be signed in to change notification settings - Fork 157
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
docs: support ssr for improve seo #1257
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@umijs/[email protected] |
Co-authored-by: thinkasany <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1257 +/- ##
==========================================
- Coverage 99.99% 99.99% -0.01%
==========================================
Files 858 858
Lines 18303 14727 -3576
Branches 1595 1589 -6
==========================================
- Hits 18302 14726 -3576
Misses 1 1 ☔ View full report in Codecov by Sentry. |
好像是我加载慢了?刚渲染时很小,然后会出现一个 Spinning,最后样式会变正常。 |
嗯,有两个问题准备后面单独提 PR 修改:
不单独在这个 PR 里面处理了。 |
添加 dumi ssr 配置,提升首页渲染速度和 SEO close #1212
修改的内容点有:
pages/index
中,避免文档加载导致的 loading,对应的 components 也放到了.dumi/componenets
下面。