How to use remote chunks and fetch them from remote CDN? #954
Unanswered
krzysztofzaluski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cannot find any example of the use of remote chunks where the components are stored on an external server.
For example, I have two repositories - a host and a module.
In the module repository I have components which I bundle and put on the server. Now in the host repository I would like to load the component from module repo.
In the documentation there are examples of use:
but these components are in the same repository. I want to fetch them from remote server which comes from different repository.
How to do that?
Beta Was this translation helpful? Give feedback.
All reactions