passthroughImageService() — astro Function Reference
Architecture documentation for the passthroughImageService() function in entrypoint.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 03951495_7810_61bb_01aa_eb6f74c75cd9["passthroughImageService()"] d0781c85_d5b0_bbb7_2f9e_33703242c61a["entrypoint.ts"] 03951495_7810_61bb_01aa_eb6f74c75cd9 -->|defined in| d0781c85_d5b0_bbb7_2f9e_33703242c61a style 03951495_7810_61bb_01aa_eb6f74c75cd9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/config/entrypoint.ts lines 30–35
export function passthroughImageService(): ImageServiceConfig {
return {
entrypoint: 'astro/assets/services/noop',
config: {},
};
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does passthroughImageService() do?
passthroughImageService() is a function in the astro codebase, defined in packages/astro/src/config/entrypoint.ts.
Where is passthroughImageService() defined?
passthroughImageService() is defined in packages/astro/src/config/entrypoint.ts at line 30.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free