mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Merge 8c2a1f002c
into 7c8be12d52
This commit is contained in:
commit
ccd46089f2
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
Add a link
Reference in a new issue