images.loader() — astro Function Reference
Architecture documentation for the images.loader() function in content.config.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD b02dfa5c_0a21_61f2_6d77_52509a542183["images.loader()"] 827521ed_ff30_2590_dc55_2526ca807403["content.config.ts"] b02dfa5c_0a21_61f2_6d77_52509a542183 -->|defined in| 827521ed_ff30_2590_dc55_2526ca807403 style b02dfa5c_0a21_61f2_6d77_52509a542183 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/cloudflare/test/fixtures/vite-plugin/src/content.config.ts lines 182–191
loader: () => [
{
id: '1',
image: '@images/shuttle.jpg',
},
{
id: '2',
image: 'https://images.unsplash.com/photo-1457364887197-9150188c107b?w=800&fm=jpg&fit=crop',
},
],
Domain
Subdomains
Source
Frequently Asked Questions
What does images.loader() do?
images.loader() is a function in the astro codebase, defined in packages/integrations/cloudflare/test/fixtures/vite-plugin/src/content.config.ts.
Where is images.loader() defined?
images.loader() is defined in packages/integrations/cloudflare/test/fixtures/vite-plugin/src/content.config.ts at line 182.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free