staticIntegration() — astro Function Reference
Architecture documentation for the staticIntegration() function in static.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 46f970f1_0296_98c3_6e7d_130a5001ff62["staticIntegration()"] 4c85e469_9512_4fe5_9909_7626d7a6ba51["static.ts"] 46f970f1_0296_98c3_6e7d_130a5001ff62 -->|defined in| 4c85e469_9512_4fe5_9909_7626d7a6ba51 style 46f970f1_0296_98c3_6e7d_130a5001ff62 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/netlify/src/static.ts lines 3–8
export default function staticIntegration() {
console.warn(
'The @astrojs/netlify/static import is deprecated and will be removed in a future release. Please use @astrojs/netlify instead.',
);
return netlifyIntegration();
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does staticIntegration() do?
staticIntegration() is a function in the astro codebase, defined in packages/integrations/netlify/src/static.ts.
Where is staticIntegration() defined?
staticIntegration() is defined in packages/integrations/netlify/src/static.ts at line 3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free