fix(core): update

This commit is contained in:
2022-03-25 00:14:34 +01:00
parent f8241b49fb
commit 2e9394c330
9 changed files with 14885 additions and 7676 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './smartsitemap.plugins';
import * as plugins from './smartsitemap.plugins.js';
export type TUpdateFrequency = 'never' | 'daily' | 'weekly' | 'monthly' | 'yearly';