WriteSitemapChunkConfig Type — astro Architecture
Architecture documentation for the WriteSitemapChunkConfig type/interface in write-sitemap-chunk.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD e896a725_d2e4_7a16_4ce1_d7557d166f02["WriteSitemapChunkConfig"] d93872ee_352c_b6ca_8205_2268f8108f4e["write-sitemap-chunk.ts"] e896a725_d2e4_7a16_4ce1_d7557d166f02 -->|defined in| d93872ee_352c_b6ca_8205_2268f8108f4e style e896a725_d2e4_7a16_4ce1_d7557d166f02 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/sitemap/src/write-sitemap-chunk.ts lines 11–28
type WriteSitemapChunkConfig = {
filenameBase: string;
hostname: string;
sitemapHostname?: string;
sourceData: Record<string, SitemapItem[]>;
destinationDir: string;
customSitemaps?: string[];
publicBasePath?: string;
limit?: number;
xslURL?: string;
lastmod?: string;
namespaces?: {
news?: boolean;
xhtml?: boolean;
image?: boolean;
video?: boolean;
};
};
Source
Frequently Asked Questions
What is the WriteSitemapChunkConfig type?
WriteSitemapChunkConfig is a type/interface in the astro codebase, defined in packages/integrations/sitemap/src/write-sitemap-chunk.ts.
Where is WriteSitemapChunkConfig defined?
WriteSitemapChunkConfig is defined in packages/integrations/sitemap/src/write-sitemap-chunk.ts at line 11.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free