fix(smartsitemap): Update CI configuration, bump dependencies, and apply small code cleanups

This commit is contained in:
2025-11-19 21:03:37 +00:00
parent 74c73e05f2
commit fe7e95d57f
15 changed files with 9246 additions and 4536 deletions

View File

@@ -1,6 +1,11 @@
import * as plugins from './smartsitemap.plugins.js';
export type TUpdateFrequency = 'never' | 'daily' | 'weekly' | 'monthly' | 'yearly';
export type TUpdateFrequency =
| 'never'
| 'daily'
| 'weekly'
| 'monthly'
| 'yearly';
export interface IUrlInfo {
url: string;