mirror of
https://github.com/gchq/CyberChef
synced 2024-11-15 00:57:08 +00:00
Fixed URL in sitemap
This commit is contained in:
parent
d491e95d1c
commit
74394a773d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ sitemap.add({
|
||||||
|
|
||||||
for (let op in OperationConfig) {
|
for (let op in OperationConfig) {
|
||||||
sitemap.add({
|
sitemap.add({
|
||||||
url: `/op=${encodeURIComponent(op)}`,
|
url: `/#op=${encodeURIComponent(op)}`,
|
||||||
changeFreq: "yearly",
|
changeFreq: "yearly",
|
||||||
priority: 0.5
|
priority: 0.5
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue