UNPKG

svelte-sitemap

Version:

Small helper which scans your Svelte routes folder and generates static sitemap.xml

9 lines (8 loc) 293 B
import { Options } from './interfaces/global.interface'; export declare const APP_NAME = "svelte-sitemap"; export declare const DOMAIN = "https://example.com"; export declare const OPTIONS: Options; export declare const OUT_DIR = "build"; export declare const CHUNK: { maxSize: number; };