UNPKG

svelte-sitemap

Version:

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

13 lines (12 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.changeFreq = void 0; exports.changeFreq = [ 'always', 'hourly', 'daily', 'weekly', 'monthly', 'yearly', 'never' ];