UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

10 lines (9 loc) 173 B
class RemoteUrlProxyContentResolver { // Passthrough, the remote provider URL is enough resolve(url) { return url; } } export { RemoteUrlProxyContentResolver };