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
Some sites make extensive use of network APIs while building.
It would be nice to totally eliminate this as a build time variable. This would require a Ruby wrapper around Jekyll that would mock all network requests instead of sending them across the wire.
The most obvious one would be the GitHub Pages API, which could just return a static object with dummy site info. I think there are some other APIs too that would need to be recreated with some static data.
The text was updated successfully, but these errors were encountered:
Some sites make extensive use of network APIs while building.
It would be nice to totally eliminate this as a build time variable. This would require a Ruby wrapper around Jekyll that would mock all network requests instead of sending them across the wire.
The most obvious one would be the GitHub Pages API, which could just return a static object with dummy site info. I think there are some other APIs too that would need to be recreated with some static data.
The text was updated successfully, but these errors were encountered: