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,5 +1,5 @@
import * as plugins from './smartsitemap.plugins';
import * as interfaces from './interfaces';
import * as plugins from './smartsitemap.plugins.js';
import * as interfaces from './interfaces/index.js';
export class SitemapNews {
public rssItems: interfaces.IRssItem[] = [];