mirror of
https://github.com/gchq/CyberChef
synced 2025-03-13 21:36:56 +00:00
Update sitemap.mjs
This commit is contained in:
parent
a477f47aec
commit
8c2a1f002c
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@ const smStream = new sm.SitemapStream({
|
|||
});
|
||||
|
||||
smStream.write({
|
||||
url: "/",
|
||||
url: "CyberChef/",
|
||||
changefreq: "weekly",
|
||||
priority: 1.0
|
||||
});
|
||||
|
||||
for (const op in OperationConfig) {
|
||||
smStream.write({
|
||||
url: `/?op=${encodeURIComponent(op)}`,
|
||||
url: `CyberChef/?op=${encodeURIComponent(op)}`,
|
||||
changeFreq: "yearly",
|
||||
priority: 0.5
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue