-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
fix(content-blog): generate feed by reading build output #6454
Conversation
✔️ [V2] 🔨 Explore the source changes: b789d2e 🔍 Inspect the deploy log: https://app.netlify.com/sites/docusaurus-2/deploys/61f154f5ff418b00077c78ea 😎 Browse the preview: https://deploy-preview-6454--docusaurus-2.netlify.app |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-6454--docusaurus-2.netlify.app/ |
Size Change: +5.27 kB (+1%) Total Size: 715 kB
ℹ️ View Unchanged
|
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.
Size Change: 0 B
Total Size: 710 kB
ℹ️ View Unchanged
Filename | Size |
---|---|
website/.docusaurus/globalData.json |
44 kB |
website/build/assets/css/styles.********.css |
104 kB |
website/build/assets/js/main.********.js |
532 kB |
website/build/index.html |
29.8 kB |
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.
packages/docusaurus-theme-classic/src/theme/BlogPostItem/index.tsx
Outdated
Show resolved
Hide resolved
LGTM thanks 👍 |
Motivation
Fix #5664
Fix #6195
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
The build output now shows all posts' content, including those with MDX.