mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Fixed URL in sitemap
This commit is contained in:
@@ -22,7 +22,7 @@ sitemap.add({
|
||||
|
||||
for (let op in OperationConfig) {
|
||||
sitemap.add({
|
||||
url: `/op=${encodeURIComponent(op)}`,
|
||||
url: `/#op=${encodeURIComponent(op)}`,
|
||||
changeFreq: "yearly",
|
||||
priority: 0.5
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user