How to get all blog list data ? #10318
Replies: 2 comments
-
|
Unfortunately it's one of the current limitations of Docusaurus plugin architecture: you can't read one plugin data from another plugin route easily. This might help work around the problem temporarily: #4138 (comment) The proper solution would be to introduce React Server Components: #4138 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@slorber Thanks a lot! It is then introduced as static data, solving the problem for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need some of the blog list data for other common pages, how do I get it, not custom blog list compont
I thought it was:
But not working, anyone knows?
Help me @slorber
Beta Was this translation helpful? Give feedback.
All reactions