You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have plans to expand the createSource utility for this. Right now it accepts a file path for local files on disk, but if it accepts a function it could resolve to any set of files, thinking something like this:
constremoteDocs=createSource(()=>fetch(...))
Is there a particular remote source you're looking to use or would something like above work for you?
I really need a method to combine with remote mdx content.
The text was updated successfully, but these errors were encountered: