mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
Fixed sitemap generation
This commit is contained in:
parent
0ac211ce77
commit
2a91af152d
2 changed files with 4 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
import sm from "sitemap";
|
||||
import Sitemap from "sitemap";
|
||||
import OperationConfig from "../../core/config/OperationConfig.json";
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@ import OperationConfig from "../../core/config/OperationConfig.json";
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
const sitemap = sm.createSitemap({
|
||||
const sitemap = Sitemap.createSitemap({
|
||||
hostname: "https://gchq.github.io/CyberChef",
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue